| IExecutionCallbackTOnResponse Method |
Called when an execution is completed successfully.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax void OnResponse(
T response
)
Sub OnResponse (
response As T
)
void OnResponse(
T response
)
abstract OnResponse :
response : 'T -> unit
Parameters
- response
- Type: T
result of execution
Remarks Called when an execution is completed successfully.
See Also