C# Класс npantarhei.distribution.pubnub.transceivers.PubnubStandInTransceiver

Наследование: IHostProxy, IStandInStub
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void
PubnubStandInTransceiver ( PubnubCredentials credentials, string hostChannel ) : System
SendToHost ( HostInput input ) : void

Приватные методы

Метод Описание
Process_output_from_host ( object pubnubMsg ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

PubnubStandInTransceiver() публичный Метод

public PubnubStandInTransceiver ( PubnubCredentials credentials, string hostChannel ) : System
credentials PubnubCredentials
hostChannel string
Результат System

SendToHost() публичный Метод

public SendToHost ( HostInput input ) : void
input npantarhei.distribution.contract.messagetypes.HostInput
Результат void