Click or drag to resize

HAKsiServiceExtend Method (UInt64, UInt64)

Extend to given publication (sync). Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.

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

Parameters

aggregationTime
Type: SystemUInt64
aggregation time
publicationTime
Type: SystemUInt64
publication time

Return Value

Type: CalendarHashChain
extended calendar hash chain

Implements

IKsiServiceExtend(UInt64, UInt64)
See Also