C# 클래스 npantarhei.distribution.pubnub.PubnubStandInOperation

상속: npantarhei.runtime.patterns.AOperation, IDisposable
파일 보기 프로젝트 열기: ralfw/NPantaRhei

공개 메소드들

메소드 설명
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