RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Closed multiple event streams associated with a list of item handles.
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void UnregisterClient( List<long> clientHandleList ) |
Visual Basic |
---|
Public Sub UnregisterClient ( _ clientHandleList As List(Of Long) _ ) |
Visual C++ |
---|
public: void UnregisterClient( List<long long>^ clientHandleList ) |
F# |
---|
member UnregisterClient : clientHandleList:List<int64> -> unit |
Parameters
- clientHandleList
- Type: System.Collections.Generic..::..List<(Of <(<'Int64>)>)>
A list of item handles returned from RegisterClient()The handles passed in must be non-admin domain type item handles.
If the list passed in only contains one item handle, then close this item only.
If the list passed in is empty, then close all event streams but login stream.
Remarks
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |