Click or drag to resize

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)
Syntax
public void Remove(
	TcpKsiServiceAsyncResult asyncResult
)

Parameters

asyncResult
Type: Guardtime.KSI.Service.TcpTcpKsiServiceAsyncResult
Async result to removed
See Also