C# Class PlayFab.Internal.PlayFabSignalR

Inheritance: IPlayFabSignalR
Datei anzeigen Open project: PlayFab/PlayFab-Samples

Public Methods

Method Description
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

Private Methods

Method Description
AbortThreadIfTimeout ( ) : void
ClosedAction ( ) : void
ErrorAction ( Exception ex ) : void
ReceivedAction ( string receivedMsg ) : void
ReconnectedAction ( ) : void
_ThreadedStartConnection ( ) : void

Method Details

Invoke() public method

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

PlayFabSignalR() public method

public PlayFabSignalR ( System.Action onConnected ) : System
onConnected System.Action
return System

Start() public method

public Start ( string url, string hubName ) : void
url string
hubName string
return void

Stop() public method

public Stop ( ) : void
return void

Subscribe() public method

public Subscribe ( string methodName, Action callback ) : void
methodName string
callback Action
return void

Update() public method

public Update ( ) : void
return void