다음을 통해 공유


WorkflowServiceHost.OnEndClose(IAsyncResult) 메서드

정의

워크플로 서비스 호스트가 닫힐 때 호출되는 비동기 작업을 완료합니다.

protected:
 override void OnEndClose(IAsyncResult ^ result);
protected override void OnEndClose (IAsyncResult result);
override this.OnEndClose : IAsyncResult -> unit
Protected Overrides Sub OnEndClose (result As IAsyncResult)

매개 변수

result
IAsyncResult

비동기 작업에 대한 참조입니다.

적용 대상