RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Unregisters Logger client.
Namespace: ThomsonReuters.RFA.LoggerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void UnregisterLoggerClient( long handle ) |
Visual Basic |
---|
Public Sub UnregisterLoggerClient ( _ handle As Long _ ) |
Visual C++ |
---|
public: void UnregisterLoggerClient( long long handle ) |
F# |
---|
member UnregisterLoggerClient : handle:int64 -> unit |
Parameters
- handle
- Type: System..::..Int64
Handle returned from RegisterLoggerClient().
Remarks
If the client intestested in ComplEvent, the ComplEvent
will be sent to the client, and the application can do the cleanup.