Click or drag to resize

KsiServiceBeginGetExtenderConfig Method

Begin get additional extender configuration data (async)

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 BeginGetExtenderConfig(
	AsyncCallback callback,
	Object asyncState
)

Parameters

callback
Type: SystemAsyncCallback
callback when extender configuration request is finished
asyncState
Type: SystemObject
callback async state object

Return Value

Type: IAsyncResult
async result

Implements

IKsiServiceBeginGetExtenderConfig(AsyncCallback, Object)
See Also