Click or drag to resize

IKsiExtendingServiceProtocolBeginGetExtenderConfig Method

Begin extender 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
IAsyncResult BeginGetExtenderConfig(
	byte[] data,
	ulong requestId,
	AsyncCallback callback,
	Object asyncState
)

Parameters

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

Return Value

Type: IAsyncResult
async result
See Also