TcpAsyncResultCollectionRemove Method
|
Remove async result from the collection
Namespace:
Guardtime.KSI.Service.Tcp
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic void Remove(
TcpKsiServiceAsyncResult asyncResult
)
Public Sub Remove (
asyncResult As TcpKsiServiceAsyncResult
)
public:
void Remove(
TcpKsiServiceAsyncResult^ asyncResult
)
member Remove :
asyncResult : TcpKsiServiceAsyncResult -> unit
Parameters
- asyncResult
- Type: Guardtime.KSI.Service.TcpTcpKsiServiceAsyncResult
Async result to removed
See Also