T - the operations result type.public interface AsyncWriteOperation<T>
| Modifier and Type | Method and Description | 
|---|---|
| void | executeAsync(AsyncWriteBinding binding,
            SingleResultCallback<T> callback)General execute which can return anything of type T | 
void executeAsync(AsyncWriteBinding binding, SingleResultCallback<T> callback)
binding - the binding to execute in the context ofcallback - the callback to be called when the operation has been executed