Click or drag to resize

HAKsiService Methods

The HAKsiService type exposes the following members.

Methods
  NameDescription
Public methodBeginExtend(UInt64, AsyncCallback, Object)
Begin extend to latest publication (async). Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
Public methodBeginExtend(UInt64, UInt64, AsyncCallback, Object)
Begin extend to given publication (async). Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
Public methodBeginGetAggregatorConfig
Begin get additional aggregator configuration data (async) Sends the request to all the sub-services in parallel. Successful responses are consolidated and the consolidated result is returned. Request fails only if all the sub-services fail.
Public methodBeginGetExtenderConfig
Begin get additional extender configuration data (async) Sends the request to all the sub-services in parallel. Successful responses are consolidated and the consolidated result is returned. Request fails only if all the sub-services fail.
Public methodBeginGetPublicationsFile
Begin get publications file (async). Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
Public methodBeginSign(DataHash, AsyncCallback, Object)
Begin create signature with given data hash (async). Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
Public methodBeginSign(DataHash, UInt32, AsyncCallback, Object)
Begin create signature with given data hash (async). Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
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 methodEquals (Inherited from Object.)
Public methodExtend(UInt64)
Extend to latest 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.
Public methodExtend(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.
Protected methodFinalize (Inherited from Object.)
Public methodGetAggregatorConfig
Get additional aggregator configuration data (sync). Sends the request to all the sub-services in parallel. Successful responses are consolidated and the consolidated result is returned. Request fails only if all the sub-services fail.
Public methodGetExtenderConfig
Get additional extender configuration data (sync) Sends the request to all the sub-services in parallel. Successful responses are consolidated and the consolidated result is returned. Request fails only if all the sub-services fail.
Public methodGetHashCode (Inherited from Object.)
Public methodGetPublicationsFile
Get publications file (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.
Public methodGetSignResponsePayload
Get sign request response payload (async).
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSign
Create signature with given data hash (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.
Public methodToString (Inherited from Object.)
Top
See Also