KsiServiceExtend Method (UInt64)
|
Extend to latest publication (sync).
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic CalendarHashChain Extend(
ulong aggregationTime
)
Public Function Extend (
aggregationTime As ULong
) As CalendarHashChain
public:
virtual CalendarHashChain^ Extend(
unsigned long long aggregationTime
) sealed
abstract Extend :
aggregationTime : uint64 -> CalendarHashChain
override Extend :
aggregationTime : uint64 -> CalendarHashChain
Parameters
- aggregationTime
- Type: SystemUInt64
aggregation time
Return Value
Type:
CalendarHashChainextended calendar hash chain
Implements
IKsiServiceExtend(UInt64)
See Also