InvokeCompletedEventArgs 클래스

정의

InvokeCompleted 이벤트에 대한 데이터를 제공합니다.

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

설명

오버로드 WorkflowInvokerInvokeAsync 하나를 사용하여 워크플로를 비동기적으로 호출할 때 워크플로 호스트 작성자는 완료된 워크플로에서 데이터를 가져오도록 처리하거나 워크플로가 완료되지 않은 경우 예외 데이터를 처리 InvokeCompleted 할 수 있습니다.

속성

Name Description
Cancelled

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

(다음에서 상속됨 AsyncCompletedEventArgs)
Error

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

(다음에서 상속됨 AsyncCompletedEventArgs)
Outputs

완료된 IDictionary<TKey,TValue> 워크플로에서 루트 작업의 출력 인수 값을 가져옵니다.

UserState

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

(다음에서 상속됨 AsyncCompletedEventArgs)

메서드

Name Description
Equals(Object)

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

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

기본 해시 함수로 작동합니다.

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상