RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Registers a high threshold notification client.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public override sealed void RegisterHighThresholdNotificationClient( DispatchableNotificationClient client, Object closure ) |
Visual Basic |
---|
Public Overrides NotOverridable Sub RegisterHighThresholdNotificationClient ( _ client As DispatchableNotificationClient, _ closure As Object _ ) |
Visual C++ |
---|
public: virtual void RegisterHighThresholdNotificationClient( DispatchableNotificationClient^ client, Object^ closure ) override sealed |
F# |
---|
abstract RegisterHighThresholdNotificationClient : client:DispatchableNotificationClient * closure:Object -> unit override RegisterHighThresholdNotificationClient : client:DispatchableNotificationClient * closure:Object -> unit |
Parameters
- client
- Type: ThomsonReuters.RFA.Common..::..DispatchableNotificationClient
The client to be notified when event queue high threshold is reached.
- closure
- Type: System..::..Object
User provided opaque data to be included with each event.
Remarks
After the client is registered,
Notify() will be called when the event queue high threshold is reached. There may only be
one client for each queue, subsequent calls will replace any existing client. Does nothing
for an event queue with statistics disabled.