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

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

void OnResponse(
	T response
)

Parameters

response
Type: T
result of execution
Remarks

Called when an execution is completed successfully.
See Also

Reference