C# Class AspComet.Eventing.SubscribingEvent

Raised when a client is subscribing to a channel
Inheritance: CancellableEvent, IChannelEvent
Show file Open project: nmosafi/aspComet Class Usage Examples

Public Methods

Method Description
SubscribingEvent ( IClient client, string channel )

Initialises a new instance of SubscribingEvent class

Method Details

SubscribingEvent() public method

Initialises a new instance of SubscribingEvent class
public SubscribingEvent ( IClient client, string channel )
client IClient The client which is subscribing
channel string The channel which is being subscribed to