Click or drag to resize

IKsiServiceBeginExtend Method (UInt64, UInt64, AsyncCallback, Object)

Begin extend to given publication (async).

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
IAsyncResult BeginExtend(
	ulong aggregationTime,
	ulong publicationTime,
	AsyncCallback callback,
	Object asyncState
)

Parameters

aggregationTime
Type: SystemUInt64
aggregation time
publicationTime
Type: SystemUInt64
publication time
callback
Type: SystemAsyncCallback
callback when extending request is finished
asyncState
Type: SystemObject
callback async state object

Return Value

Type: IAsyncResult
async result
See Also