Share via


AppDomainProtocolHandler.StopListenerChannel(Int32, Boolean) 메서드

정의

지정된 프로세스 프로토콜 처리기를 중지합니다.

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

public:
 abstract void StopListenerChannel(int listenerChannelId, bool immediate);
public abstract void StopListenerChannel (int listenerChannelId, bool immediate);
abstract member StopListenerChannel : int * bool -> unit
Public MustOverride Sub StopListenerChannel (listenerChannelId As Integer, immediate As Boolean)

매개 변수

listenerChannelId
Int32

수신기 채널에 대한 콜백입니다.

immediate
Boolean

프로토콜을 즉시 중지하려면 true이고, 그렇지 않으면 false입니다.

적용 대상