Scope.Transfer method

Returns a new Scope that will call the encapsulated delegate.

public Scope Transfer()

Return Value

A new Scope that will call the encapsulated delegate.

Remarks

After calling this method, disposing this instance does nothing.

See Also