Click or drag to resize

IKsiService Methods

The IKsiService type exposes the following members.

Methods
  NameDescription
Public methodBeginExtend(UInt64, AsyncCallback, Object)
Begin extend to latest publication (async).
Public methodBeginExtend(UInt64, UInt64, AsyncCallback, Object)
Begin extend to given publication (async).
Public methodBeginGetAggregatorConfig
Begin get additional aggregator configuration data (async)
Public methodBeginGetExtenderConfig
Begin get additional extender configuration data (async)
Public methodBeginGetPublicationsFile
Begin get publications file (async).
Public methodBeginSign(DataHash, AsyncCallback, Object)
Begin create signature with given data hash (async).
Public methodBeginSign(DataHash, UInt32, AsyncCallback, Object)
Begin create signature with given data hash (async).
Public methodEndExtend
End extend (async).
Public methodEndGetAggregatorConfig
End get additional aggregator configuration data (async)
Public methodEndGetExtenderConfig
End get additional extender configuration data (async)
Public methodEndGetPublicationsFile
End get publications file (async).
Public methodEndSign
End create signature (async)
Public methodExtend(UInt64)
Extend to latest publication (sync).
Public methodExtend(UInt64, UInt64)
Extend to given publication (sync).
Public methodGetAggregatorConfig
Get additional aggregator configuration data (sync)
Public methodGetExtenderConfig
Get additional extender configuration data (sync)
Public methodGetPublicationsFile
Get publications file (sync).
Public methodGetSignResponsePayload
Get sign request response payload (async).
Public methodSign
Create signature with given data hash (sync).
Top
See Also