HAExtenderConfigRequestRunnerEndGetExtenderConfig Method
|
Ends HA extender configuration request and returns consolidated successful sub-service configurations.
Namespace:
Guardtime.KSI.Service.HighAvailability
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic ExtenderConfig EndGetExtenderConfig(
HAAsyncResult asyncResult
)
Public Function EndGetExtenderConfig (
asyncResult As HAAsyncResult
) As ExtenderConfig
public:
ExtenderConfig^ EndGetExtenderConfig(
HAAsyncResult^ asyncResult
)
member EndGetExtenderConfig :
asyncResult : HAAsyncResult -> ExtenderConfig
Parameters
- asyncResult
- Type: Guardtime.KSI.Service.HighAvailabilityHAAsyncResult
Return Value
Type:
ExtenderConfig
See Also