C# Класс Iot.Common.WebHostCommunicationListener

Наследование: ICommunicationListener
Показать файл Открыть проект

Открытые методы

Метод Описание
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