C# Class BillableHoursWebApp.Common.PubnubBroadcaster

Inheritance: IPubnubBroadcaster
Afficher le fichier Open project: Pip3r4o/WebApi-ClockItNow

Méthodes publiques

Méthode Description
Broadcast ( string channel, string message, Action errorCallback, Action userCallback ) : void
PubnubBroadcaster ( string publishKey, string subscribeKey ) : System

Method Details

Broadcast() public méthode

public Broadcast ( string channel, string message, Action errorCallback, Action userCallback ) : void
channel string
message string
errorCallback Action
userCallback Action
Résultat void

PubnubBroadcaster() public méthode

public PubnubBroadcaster ( string publishKey, string subscribeKey ) : System
publishKey string
subscribeKey string
Résultat System