Click or drag to resize

TcpAsyncResultCollectionAdd Method

Add new async result into 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 Add(
	ulong key,
	TcpKsiServiceAsyncResult asyncResult
)

Parameters

key
Type: SystemUInt64
The key of the element to add
asyncResult
Type: Guardtime.KSI.Service.TcpTcpKsiServiceAsyncResult
Asycn result to add
See Also