OperationResultSetCallback Method |
Namespace: FastProxy
public void SetCallback( Action<OperationOutcome> callback )
Operation results that are created through a OperationContinuation will have their output set at a later time. This method assigns the callback to be called when that operation does complete.
If this operation result is not created through a OperationContinuation, the callback will be called immediately with the actual outcome.