RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Unregisters a client from event queue high threshold notification. Does nothing for
an event queue with statistics disabled.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public virtual void UnregisterHighThresholdNotificationClient( DispatchableNotificationClient client ) |
Visual Basic |
---|
Public Overridable Sub UnregisterHighThresholdNotificationClient ( _ client As DispatchableNotificationClient _ ) |
Visual C++ |
---|
public: virtual void UnregisterHighThresholdNotificationClient( DispatchableNotificationClient^ client ) |
F# |
---|
abstract UnregisterHighThresholdNotificationClient : client:DispatchableNotificationClient -> unit override UnregisterHighThresholdNotificationClient : client:DispatchableNotificationClient -> unit |
Parameters
- client
- Type: ThomsonReuters.RFA.Common..::..DispatchableNotificationClient
The notification client is unregistered.