C# 클래스 Microsoft.HockeyApp.AsyncTest

A base class that helps to make unobserved task exceptions more noticeable.
상속: IDisposable
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposing the AsyncTest and Observer all unobserved exceptions.

Run ( Func asyncMethod ) : void

Helps to run asynchronous tests on .NET 3.5.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposing the AsyncTest and Observer all unobserved exceptions.

메소드 상세

Dispose() 공개 메소드

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

Dispose() 보호된 메소드

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

Run() 공개 정적인 메소드

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