다음을 통해 공유


IListenerChannelCallback.ReportStopped(Int32) 메서드

정의

수신기 채널이 중지되었음을 작업자 프로세스 프레임워크에 알립니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 void ReportStopped(int hr);
public void ReportStopped (int hr);
abstract member ReportStopped : int -> unit
Public Sub ReportStopped (hr As Integer)

매개 변수

hr
Int32

수신기 채널의 상태를 보고하는 HRESULT 값입니다.

설명

ReportStopped는 .NET Framework 3.5에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상