C# 클래스 AspComet.Eventing.SubscribingEvent

Raised when a client is subscribing to a channel
상속: CancellableEvent, IChannelEvent
파일 보기 프로젝트 열기: nmosafi/aspComet 1 사용 예제들

공개 메소드들

메소드 설명
SubscribingEvent ( IClient client, string channel )

Initialises a new instance of SubscribingEvent class

메소드 상세

SubscribingEvent() 공개 메소드

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