![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IExecutionCallbackTOnResponse Method |
Called when an execution is completed successfully.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxvoid OnResponse(
T response
)
Sub OnResponse (
response As T
)
void OnResponse(
T response
)
abstract OnResponse :
response : 'T -> unit
Parameters
- response
- Type: T
result of execution
RemarksCalled when an execution is completed successfully.
See Also