RFA .NET Closes the event stream assocaited with the handle. All RequestTokens
associated with the client handle must be no longer referenced by
the provider application.
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void UnregisterClient(
long clientHandle
) |
Visual Basic |
---|
Public Sub UnregisterClient ( _
clientHandle As Long _
) |
Visual C++ |
---|
public:
void UnregisterClient(
long long clientHandle
) |
F# |
---|
member UnregisterClient :
clientHandle:int64 -> unit
|
Parameters
- clientHandle
- Type: System..::..Int64
The handle of the event stream. 0 is not supported for clientHandle.
Remarks
Exceptions
See Also