ServiceHostBase.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

IAsyncResult 메서드를 호출하여 반환된 OnBeginClose(TimeSpan, AsyncCallback, Object)입니다.

적용 대상