C# Класс npantarhei.distribution.pubnub.PubnubStandInOperation

Наследование: npantarhei.runtime.patterns.AOperation, IDisposable
Показать файл Открыть проект

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

Метод Описание
Dispose ( ) : void
PubnubStandInOperation ( string name, PubnubCredentials credentials, string hostChannel ) : System

Защищенные методы

Метод Описание
Process ( IMessage input, Action continueWith, Action unhandledException ) : void

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

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

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

Process() защищенный Метод

protected Process ( IMessage input, Action continueWith, Action unhandledException ) : void
input IMessage
continueWith Action
unhandledException Action
Результат void

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

public PubnubStandInOperation ( string name, PubnubCredentials credentials, string hostChannel ) : System
name string
credentials npantarhei.distribution.pubnub.transceivers.PubnubCredentials
hostChannel string
Результат System