C# Class System.Threading.Tasks.Tests.TaskFactory_FromAsyncTests.myAsyncResult

Inheritance: IAsyncResult
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
Signal ( ) : void
Signal ( Exception e ) : void
SignalState ( object o ) : void
Wait ( ) : void
myAsyncResult ( AsyncCallback cb, object o ) : System

Method Details

Signal() public method

public Signal ( ) : void
return void

Signal() public method

public Signal ( Exception e ) : void
e System.Exception
return void

SignalState() public method

public SignalState ( object o ) : void
o object
return void

Wait() public method

public Wait ( ) : void
return void

myAsyncResult() public method

public myAsyncResult ( AsyncCallback cb, object o ) : System
cb AsyncCallback
o object
return System