Click or drag to resize

HttpKsiServiceProtocolBeginGetAggregatorConfig Method

Begin aggregator configuration request.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public IAsyncResult BeginGetAggregatorConfig(
	byte[] data,
	ulong requestId,
	AsyncCallback callback,
	Object asyncState
)

Parameters

data
Type: SystemByte
aggregator configuration request bytes
requestId
Type: SystemUInt64
request id
callback
Type: SystemAsyncCallback
callback when aggregator configuration request is finished
asyncState
Type: SystemObject
async state object

Return Value

Type: IAsyncResult
HTTP KSI service async result

Implements

IKsiSigningServiceProtocolBeginGetAggregatorConfig(Byte, UInt64, AsyncCallback, Object)
See Also