LegacyAggregationRequestPayload Constructor (UInt64, DataHash)
|
Create aggregation request payload from data hash.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic LegacyAggregationRequestPayload(
ulong requestId,
DataHash hash
)
Public Sub New (
requestId As ULong,
hash As DataHash
)
public:
LegacyAggregationRequestPayload(
unsigned long long requestId,
DataHash^ hash
)
new :
requestId : uint64 *
hash : DataHash -> LegacyAggregationRequestPayload
Parameters
- requestId
- Type: SystemUInt64
Request ID - hash
- Type: Guardtime.KSI.HashingDataHash
data hash
See Also