RFA .NET Gets the boolean value to determine if the dispatchable have any active event streams.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public abstract bool HasActiveEventStreams { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property HasActiveEventStreams As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool HasActiveEventStreams {
bool get () abstract;
} |
F# |
---|
abstract HasActiveEventStreams : bool
|
Field Value
The boolean value to determine if the dispatchable have any active event streams.
true if there are any active event streams associated with the dispatchable,
else is false.
Remarks
See Also