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