RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Register a notification client. After the client is registered, Notify() will be called
when a message is placed on the queue. There may only be one client for each queue, subsequent
calls will replace any existing client.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public abstract void RegisterNotificationClient( DispatchableNotificationClient client, Object closure ) |
Visual Basic |
---|
Public MustOverride Sub RegisterNotificationClient ( _ client As DispatchableNotificationClient, _ closure As Object _ ) |
Visual C++ |
---|
public: virtual void RegisterNotificationClient( DispatchableNotificationClient^ client, Object^ closure ) abstract |
F# |
---|
abstract RegisterNotificationClient : client:DispatchableNotificationClient * closure:Object -> unit |
Parameters
- client
- Type: ThomsonReuters.RFA.Common..::..DispatchableNotificationClient
The client to be notified when a message is placed on the queue.
- closure
- Type: System..::..Object
User provided opaque data to be included with each event.