C# Class DdpClient.DdpSubHandler

Inheritance: IDisposable
Show file Open project: JohnnyCrazy/DDPClient-NET

Public Properties

Property Type Description
NoSub EventHandler
Ready EventHandler

Public Methods

Method Description
DdpSubHandler ( WebSocketAdapterBase webSocketAdapterBase, string subName ) : System
Dispose ( ) : void
Sub ( ) : void
Unsub ( ) : void

Private Methods

Method Description
HandleNoSub ( NoSubModel noSub ) : void
HandleReady ( ) : void
Message ( object sender, DdpMessage e ) : void

Method Details

DdpSubHandler() public method

public DdpSubHandler ( WebSocketAdapterBase webSocketAdapterBase, string subName ) : System
webSocketAdapterBase WebSocketAdapterBase
subName string
return System

Dispose() public method

public Dispose ( ) : void
return void

Sub() public method

public Sub ( ) : void
return void

Unsub() public method

public Unsub ( ) : void
return void

Property Details

NoSub public property

public EventHandler NoSub
return EventHandler

Ready public property

public EventHandler Ready
return EventHandler