C# Class Iot.Common.WebHostCommunicationListener

Inheritance: ICommunicationListener
Afficher le fichier Open project: Azure-Samples/service-fabric-dotnet-iot

Méthodes publiques

Méthode Description
WebHostCommunicationListener ( ServiceContext serviceContext, string endpointName, Func build ) : System
WebHostCommunicationListener ( ServiceContext serviceContext, string appPath, string endpointName, Func build ) : System

Private Methods

Méthode Description
ICommunicationListener ( CancellationToken cancellationToken ) : Task
ICommunicationListener ( CancellationToken cancellationToken ) : Task
ICommunicationListener ( ) : void

Method Details

WebHostCommunicationListener() public méthode

public WebHostCommunicationListener ( ServiceContext serviceContext, string endpointName, Func build ) : System
serviceContext ServiceContext
endpointName string
build Func
Résultat System

WebHostCommunicationListener() public méthode

public WebHostCommunicationListener ( ServiceContext serviceContext, string appPath, string endpointName, Func build ) : System
serviceContext ServiceContext
appPath string
endpointName string
build Func
Résultat System