OperationContinuationSetCallback Method |
Namespace: FastProxy
public void SetCallback( Action<OperationOutcome> callback )
This method can only be called once. If the outcome is already set, the this OperationContinuation will be set to completed and the callback will be called immediately. Otherwise the callback will be stored and called when the operation does complete.