RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Unregisters a client with the queue.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public override sealed void UnregisterNotificationClient( DispatchableNotificationClient client ) |
Visual Basic |
---|
Public Overrides NotOverridable Sub UnregisterNotificationClient ( _ client As DispatchableNotificationClient _ ) |
Visual C++ |
---|
public: virtual void UnregisterNotificationClient( DispatchableNotificationClient^ client ) override sealed |
F# |
---|
abstract UnregisterNotificationClient : client:DispatchableNotificationClient -> unit override UnregisterNotificationClient : client:DispatchableNotificationClient -> unit |
Parameters
- client
- Type: ThomsonReuters.RFA.Common..::..DispatchableNotificationClient
The notification client is unregistered.