InvokeCompletedEventArgs 클래스

정의

비동기적으로 호출된 웹 메서드의 결과를 나타냅니다.

public ref class InvokeCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class InvokeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
type InvokeCompletedEventArgs = class
    inherit AsyncCompletedEventArgs
Public Class InvokeCompletedEventArgs
Inherits AsyncCompletedEventArgs
상속
InvokeCompletedEventArgs

설명

이 클래스는 형식 InvokeCompletedEventHandler의 대리자가 인수로 허용합니다.

속성

Name Description
Cancelled

비동기 작업이 취소되었는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AsyncCompletedEventArgs)
Error

비동기 작업 중에 발생한 오류를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AsyncCompletedEventArgs)
Results

웹 메서드에서 반환된 결과를 가져옵니다.

UserState

비동기 작업에 대한 고유 식별자를 가져옵니다.

(다음에서 상속됨 AsyncCompletedEventArgs)

메서드

Name Description
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
RaiseExceptionIfNecessary()

비동기 작업이 실패한 경우 사용자가 제공한 예외를 발생합니다.

(다음에서 상속됨 AsyncCompletedEventArgs)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상