C# Class Net.DDP.Server.Subscription

Afficher le fichier Open project: jamie-tigereye/DDPServer.Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System