Click or drag to resize

IExecutionCallbackTOnResponse Method

Called when an execution is completed successfully.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void OnResponse(
	T response
)

Parameters

response
Type: T
result of execution
Remarks
Called when an execution is completed successfully.
See Also