ProcessHost.StopProcessProtocolListenerChannel(String, Int32, Boolean) 메서드

정의

프로토콜 수신기 채널을 중지합니다.

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

public:
 virtual void StopProcessProtocolListenerChannel(System::String ^ protocolId, int listenerChannelId, bool immediate);
public void StopProcessProtocolListenerChannel (string protocolId, int listenerChannelId, bool immediate);
abstract member StopProcessProtocolListenerChannel : string * int * bool -> unit
override this.StopProcessProtocolListenerChannel : string * int * bool -> unit
Public Sub StopProcessProtocolListenerChannel (protocolId As String, listenerChannelId As Integer, immediate As Boolean)

매개 변수

protocolId
String

프로토콜 ID입니다.

listenerChannelId
Int32

프로토콜 수신기 채널 콜백입니다.

immediate
Boolean

프로토콜 수신기 채널을 즉시 중지할 것인지 여부입니다.

구현

적용 대상