  | IExecutionCallbackTOnResponse Method  | 
 Called when an execution is completed successfully.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
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