IKsiServiceExtend Method (UInt64, UInt64)
|
Extend to given publication (sync).
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
SyntaxCalendarHashChain Extend(
ulong aggregationTime,
ulong publicationTime
)
Function Extend (
aggregationTime As ULong,
publicationTime As ULong
) As CalendarHashChain
CalendarHashChain^ Extend(
unsigned long long aggregationTime,
unsigned long long publicationTime
)
abstract Extend :
aggregationTime : uint64 *
publicationTime : uint64 -> CalendarHashChain
Parameters
- aggregationTime
- Type: SystemUInt64
aggregation time - publicationTime
- Type: SystemUInt64
publication time
Return Value
Type:
CalendarHashChainextended calendar hash chain
See Also