HAKsiServiceBeginGetExtenderConfig Method
|
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.
Namespace:
Guardtime.KSI.Service.HighAvailability
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic IAsyncResult BeginGetExtenderConfig(
AsyncCallback callback,
Object asyncState
)
Public Function BeginGetExtenderConfig (
callback As AsyncCallback,
asyncState As Object
) As IAsyncResult
public:
virtual IAsyncResult^ BeginGetExtenderConfig(
AsyncCallback^ callback,
Object^ asyncState
) sealed
abstract BeginGetExtenderConfig :
callback : AsyncCallback *
asyncState : Object -> IAsyncResult
override BeginGetExtenderConfig :
callback : AsyncCallback *
asyncState : Object -> IAsyncResult
Parameters
- callback
- Type: SystemAsyncCallback
callback when extender configuration request is finished - asyncState
- Type: SystemObject
callback async state object
Return Value
Type:
IAsyncResultasync result
Implements
IKsiServiceBeginGetExtenderConfig(AsyncCallback, Object)
See Also