RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Registers a low 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 RegisterLowThresholdNotificationClient( DispatchableNotificationClient client, Object closure ) |
Visual Basic |
---|
Public Overrides NotOverridable Sub RegisterLowThresholdNotificationClient ( _ client As DispatchableNotificationClient, _ closure As Object _ ) |
Visual C++ |
---|
public: virtual void RegisterLowThresholdNotificationClient( DispatchableNotificationClient^ client, Object^ closure ) override sealed |
F# |
---|
abstract RegisterLowThresholdNotificationClient : client:DispatchableNotificationClient * closure:Object -> unit override RegisterLowThresholdNotificationClient : client:DispatchableNotificationClient * closure:Object -> unit |
Parameters
- client
- Type: ThomsonReuters.RFA.Common..::..DispatchableNotificationClient
The client to be notified when event queue low 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 low 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.