IPphManager 인터페이스

정의

수신기 채널의 중지 및 시작 컨트롤을 제공합니다.

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

public interface class IPphManager
[System.Runtime.InteropServices.Guid("1cc9099d-0a8d-41cb-87d6-845e4f8c4e91")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPphManager
[<System.Runtime.InteropServices.Guid("1cc9099d-0a8d-41cb-87d6-845e4f8c4e91")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPphManager = interface
Public Interface IPphManager
파생
특성

설명

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

메서드

StartProcessProtocolListenerChannel(String, IListenerChannelCallback)

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

지정된 프로세스 프로토콜 수신기 채널을 시작합니다.

StopProcessProtocol(String, Boolean)

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

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

StopProcessProtocolListenerChannel(String, Int32, Boolean)

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

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

적용 대상