IExecutionCallbackT InterfaceHazelcast .Net Client Class Library
IExecutionCallback allows to asynchronously get notified when the execution is completed, either successfully or with error.

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

public interface IExecutionCallback<T>

Type Parameters

T

The IExecutionCallbackT type exposes the following members.

Methods

  NameDescription
Public methodOnFailure
Called when an execution is completed with an error.
Public methodOnResponse
Called when an execution is completed successfully.
Top
Remarks

IExecutionCallback allows to asynchronously get notified when the execution is completed, either successfully or with error.
See Also

Reference