C# 클래스 Iot.Common.WebHostCommunicationListener

상속: ICommunicationListener
파일 보기 프로젝트 열기: Azure-Samples/service-fabric-dotnet-iot

공개 메소드들

메소드 설명
WebHostCommunicationListener ( ServiceContext serviceContext, string endpointName, Func build ) : System
WebHostCommunicationListener ( ServiceContext serviceContext, string appPath, string endpointName, Func build ) : System

비공개 메소드들

메소드 설명
ICommunicationListener ( CancellationToken cancellationToken ) : Task
ICommunicationListener ( CancellationToken cancellationToken ) : Task
ICommunicationListener ( ) : void

메소드 상세

WebHostCommunicationListener() 공개 메소드

public WebHostCommunicationListener ( ServiceContext serviceContext, string endpointName, Func build ) : System
serviceContext ServiceContext
endpointName string
build Func
리턴 System

WebHostCommunicationListener() 공개 메소드

public WebHostCommunicationListener ( ServiceContext serviceContext, string appPath, string endpointName, Func build ) : System
serviceContext ServiceContext
appPath string
endpointName string
build Func
리턴 System