C# Class PlayFab.Internal.PlayFabSignalR

Inheritance: IPlayFabSignalR
Afficher le fichier Open project: PlayFab/PlayFab-Samples

Méthodes publiques

Méthode 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

Méthode Description
AbortThreadIfTimeout ( ) : void
ClosedAction ( ) : void
ErrorAction ( Exception ex ) : void
ReceivedAction ( string receivedMsg ) : void
ReconnectedAction ( ) : void
_ThreadedStartConnection ( ) : void

Method Details

Invoke() public méthode

public Invoke ( string methodName, System.Action callback ) : void
methodName string
callback System.Action
Résultat void

PlayFabSignalR() public méthode

public PlayFabSignalR ( System.Action onConnected ) : System
onConnected System.Action
Résultat System

Start() public méthode

public Start ( string url, string hubName ) : void
url string
hubName string
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Subscribe() public méthode

public Subscribe ( string methodName, Action callback ) : void
methodName string
callback Action
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void