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)
Syntaxpublic void Add(
ulong key,
TcpKsiServiceAsyncResult asyncResult
)
Public Sub Add (
key As ULong,
asyncResult As TcpKsiServiceAsyncResult
)
public:
void Add(
unsigned long long key,
TcpKsiServiceAsyncResult^ asyncResult
)
member Add :
key : uint64 *
asyncResult : TcpKsiServiceAsyncResult -> unit
Parameters
- key
- Type: SystemUInt64
The key of the element to add - asyncResult
- Type: Guardtime.KSI.Service.TcpTcpKsiServiceAsyncResult
Asycn result to add
See Also