TcpAsyncResultCollectionGetValue Method
|
Get specific async result
Namespace:
Guardtime.KSI.Service.Tcp
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic TcpKsiServiceAsyncResult GetValue(
ulong key
)
Public Function GetValue (
key As ULong
) As TcpKsiServiceAsyncResult
public:
TcpKsiServiceAsyncResult^ GetValue(
unsigned long long key
)
member GetValue :
key : uint64 -> TcpKsiServiceAsyncResult
Parameters
- key
- Type: SystemUInt64
The key of the element to return
Return Value
Type:
TcpKsiServiceAsyncResult
See Also