C# 클래스 BillableHoursWebApp.Common.PubnubBroadcaster

상속: IPubnubBroadcaster
파일 보기 프로젝트 열기: Pip3r4o/WebApi-ClockItNow

공개 메소드들

메소드 설명
Broadcast ( string channel, string message, Action errorCallback, Action userCallback ) : void
PubnubBroadcaster ( string publishKey, string subscribeKey ) : System

메소드 상세

Broadcast() 공개 메소드

public Broadcast ( string channel, string message, Action errorCallback, Action userCallback ) : void
channel string
message string
errorCallback Action
userCallback Action
리턴 void

PubnubBroadcaster() 공개 메소드

public PubnubBroadcaster ( string publishKey, string subscribeKey ) : System
publishKey string
subscribeKey string
리턴 System