C# Class npantarhei.distribution.pubnub.PubnubStandInOperation

Inheritance: npantarhei.runtime.patterns.AOperation, IDisposable
显示文件 Open project: ralfw/NPantaRhei

Public Methods

Method Description
Dispose ( ) : void
PubnubStandInOperation ( string name, PubnubCredentials credentials, string hostChannel ) : System

Protected Methods

Method Description
Process ( IMessage input, Action continueWith, Action unhandledException ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Process() protected method

protected Process ( IMessage input, Action continueWith, Action unhandledException ) : void
input IMessage
continueWith Action
unhandledException Action
return void

PubnubStandInOperation() public method

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