Click or drag to resize

ExtendRequestPayload Constructor (UInt64, UInt64, UInt64)

Create extend request payload from aggregation time and publication time.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public ExtendRequestPayload(
	ulong requestId,
	ulong aggregationTime,
	ulong publicationTime
)

Parameters

requestId
Type: SystemUInt64
Request ID
aggregationTime
Type: SystemUInt64
aggregation time
publicationTime
Type: SystemUInt64
publication time
See Also