RFA .NET Gets the boolean value to determine 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 override bool HasActiveEventStreams { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property HasActiveEventStreams As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool HasActiveEventStreams {
bool get () override;
} |
F# |
---|
abstract HasActiveEventStreams : bool
override HasActiveEventStreams : bool |
Field Value
true if there are any active event streams associated with the dispatchable,
else is
false.
See Also