C# Class PusherClient.Channel

Inheritance: EventEmitter
Afficher le fichier Open project: pusher-community/pusher-websocket-dotnet Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string

Méthodes publiques

Méthode Description
Channel ( string channelName, Pusher pusher )
Trigger ( string eventName, object obj ) : void
Unsubscribe ( ) : void

Private Methods

Méthode Description
SubscriptionSucceeded ( string data ) : void

Method Details

Channel() public méthode

public Channel ( string channelName, Pusher pusher )
channelName string
pusher Pusher

Trigger() public méthode

public Trigger ( string eventName, object obj ) : void
eventName string
obj object
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( ) : void
Résultat void

Property Details

Name public_oe property

public string Name
Résultat string