Click or drag to resize

OperationContinuationSetOutcome Method

Sets the outcome of the pending operation.

Namespace:  FastProxy
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
public void SetOutcome(
	OperationOutcome outcome
)

Parameters

outcome
Type: FastProxyOperationOutcome
The outcome of the pending operation.
Remarks

This method can only be called once and requires a value of Continue or CloseClient. If the callback has already been assigned, it'll be called immediately. Otherwise the outcome will be stored and used when the callback is assigned.

See Also