다음을 통해 공유


ExternalDataEventArgs.WorkHandler 속성

정의

이벤트를 발생시키는 외부 코드가 일괄 처리에 참여할 수 있도록 하는 IPendingWork를 가져오거나 설정합니다.

public:
 property System::Workflow::Runtime::IPendingWork ^ WorkHandler { System::Workflow::Runtime::IPendingWork ^ get(); void set(System::Workflow::Runtime::IPendingWork ^ value); };
public System.Workflow.Runtime.IPendingWork WorkHandler { get; set; }
member this.WorkHandler : System.Workflow.Runtime.IPendingWork with get, set
Public Property WorkHandler As IPendingWork

속성 값

이벤트를 발생시키는 외부 코드가 일괄 처리에 참여할 수 있도록 하는 IPendingWork입니다.

적용 대상

추가 정보