C# Class Microsoft.HockeyApp.AsyncTest

A base class that helps to make unobserved task exceptions more noticeable.
Inheritance: IDisposable
Mostra file Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
Dispose ( ) : void

Disposing the AsyncTest and Observer all unobserved exceptions.

Run ( Func asyncMethod ) : void

Helps to run asynchronous tests on .NET 3.5.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposing the AsyncTest and Observer all unobserved exceptions.

Method Details

Dispose() public method

Disposing the AsyncTest and Observer all unobserved exceptions.
public Dispose ( ) : void
return void

Dispose() protected method

Disposing the AsyncTest and Observer all unobserved exceptions.
protected Dispose ( bool disposing ) : void
disposing bool Disposing parameter.
return void

Run() public static method

Helps to run asynchronous tests on .NET 3.5.
public static Run ( Func asyncMethod ) : void
asyncMethod Func
return void