IExecutionCallbackVOnResponse Method Hazelcast .Net Client Class Library
Called when an execution is completed successfully.

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

void OnResponse(
	V response
)

Parameters

response
Type: V
result of execution
Remarks

Called when an execution is completed successfully.
See Also

Reference