C# 클래스 PlayFab.Internal.PlayFabSignalR

상속: IPlayFabSignalR
파일 보기 프로젝트 열기: PlayFab/PlayFab-Samples

공개 메소드들

메소드 설명
Invoke ( string methodName, System.Action callback ) : void
PlayFabSignalR ( System.Action onConnected ) : System
Start ( string url, string hubName ) : void
Stop ( ) : void
Subscribe ( string methodName, Action callback ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
AbortThreadIfTimeout ( ) : void
ClosedAction ( ) : void
ErrorAction ( Exception ex ) : void
ReceivedAction ( string receivedMsg ) : void
ReconnectedAction ( ) : void
_ThreadedStartConnection ( ) : void

메소드 상세

Invoke() 공개 메소드

public Invoke ( string methodName, System.Action callback ) : void
methodName string
callback System.Action
리턴 void

PlayFabSignalR() 공개 메소드

public PlayFabSignalR ( System.Action onConnected ) : System
onConnected System.Action
리턴 System

Start() 공개 메소드

public Start ( string url, string hubName ) : void
url string
hubName string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Subscribe() 공개 메소드

public Subscribe ( string methodName, Action callback ) : void
methodName string
callback Action
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void