C# Class npantarhei.distribution.pubnub.PubnubStandInOperation

Inheritance: npantarhei.runtime.patterns.AOperation, IDisposable
Afficher le fichier Open project: ralfw/NPantaRhei

Méthodes publiques

Méthode Description
Dispose ( ) : void
PubnubStandInOperation ( string name, PubnubCredentials credentials, string hostChannel ) : System

Méthodes protégées

Méthode Description
Process ( IMessage input, Action continueWith, Action unhandledException ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Process() protected méthode

protected Process ( IMessage input, Action continueWith, Action unhandledException ) : void
input IMessage
continueWith Action
unhandledException Action
Résultat void

PubnubStandInOperation() public méthode

public PubnubStandInOperation ( string name, PubnubCredentials credentials, string hostChannel ) : System
name string
credentials npantarhei.distribution.pubnub.transceivers.PubnubCredentials
hostChannel string
Résultat System