C# Class Iot.Common.WebHostCommunicationListener

Inheritance: ICommunicationListener
ファイルを表示 Open project: Azure-Samples/service-fabric-dotnet-iot

Public Methods

Method Description
WebHostCommunicationListener ( ServiceContext serviceContext, string endpointName, Func build ) : System
WebHostCommunicationListener ( ServiceContext serviceContext, string appPath, string endpointName, Func build ) : System

Private Methods

Method Description
ICommunicationListener ( CancellationToken cancellationToken ) : Task
ICommunicationListener ( CancellationToken cancellationToken ) : Task
ICommunicationListener ( ) : void

Method Details

WebHostCommunicationListener() public method

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

WebHostCommunicationListener() public method

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