C# Class WebApplications.Utilities.Threading.SynchronizationContextAwaiter

ファイルを表示 Open project: webappsuk/CoreLibraries

Public Methods

Method Description
GetResult ( ) : void

Gets the result.

OnCompleted ( [ action ) : void

Called when the action is completed..

SynchronizationContextAwaiter ( [ context ) : System

Initializes a new instance of the SynchronizationContextAwaiter struct.

Method Details

GetResult() public method

Gets the result.
public GetResult ( ) : void
return void

OnCompleted() public method

Called when the action is completed..
public OnCompleted ( [ action ) : void
action [ The action.
return void

SynchronizationContextAwaiter() public method

Initializes a new instance of the SynchronizationContextAwaiter struct.
public SynchronizationContextAwaiter ( [ context ) : System
context [ The context.
return System