HARequestRunnerBeginRequest Method
|
Begin HA request.
Namespace:
Guardtime.KSI.Service.HighAvailability
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic virtual HAAsyncResult BeginRequest(
AsyncCallback callback,
Object asyncState,
bool waitEndCall = false
)
Public Overridable Function BeginRequest (
callback As AsyncCallback,
asyncState As Object,
Optional waitEndCall As Boolean = false
) As HAAsyncResult
public:
virtual HAAsyncResult^ BeginRequest(
AsyncCallback^ callback,
Object^ asyncState,
bool waitEndCall = false
)
abstract BeginRequest :
callback : AsyncCallback *
asyncState : Object *
?waitEndCall : bool
(* Defaults:
let _waitEndCall = defaultArg waitEndCall false
*)
-> HAAsyncResult
override BeginRequest :
callback : AsyncCallback *
asyncState : Object *
?waitEndCall : bool
(* Defaults:
let _waitEndCall = defaultArg waitEndCall false
*)
-> HAAsyncResult
Parameters
- callback
- Type: SystemAsyncCallback
callback when HA request is finished - asyncState
- Type: SystemObject
callback async state object - waitEndCall (Optional)
- Type: SystemBoolean
If true then HA end request call (eg. EndSign) is waited before sub-service end request call can be made.
Return Value
Type:
HAAsyncResult
See Also