C# Class Net.DDP.Server.Subscription

Show file Open project: jamie-tigereye/DDPServer.Net Class Usage Examples

Public Methods

Method Description
Subscription ( string id, string name, IWebSocketConnection connection ) : System

Subscription object stores name of the publication being subscribed to, And the websocket connection subscribed to that publication.

Method Details

Subscription() public method

Subscription object stores name of the publication being subscribed to, And the websocket connection subscribed to that publication.
public Subscription ( string id, string name, IWebSocketConnection connection ) : System
id string
name string
connection IWebSocketConnection
return System