C# 클래스 System.ComponentModel.EventBasedAsync.Tests.AsyncCompletedEventArgsTests

상속: AsyncCompletedEventArgs
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
AsyncCompletedEventArgsTests ( ) : System

비공개 메소드들

메소드 설명
AsyncCompletedEventArgsTests ( Exception error, bool cancelled, object userState ) : System
CtorTest ( Exception expectedException, bool expectedCancelled, object expectedState ) : void
RaiseExceptionIfNecessaryTest ( Exception expectedError, bool cancelled, Type expectedExceptionType ) : void

메소드 상세

AsyncCompletedEventArgsTests() 공개 메소드

public AsyncCompletedEventArgsTests ( ) : System
리턴 System