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 |
Method | Description | |
---|---|---|
AbortThreadIfTimeout ( ) : void | ||
ClosedAction ( ) : void | ||
ErrorAction ( |
||
ReceivedAction ( string receivedMsg ) : void | ||
ReconnectedAction ( ) : void | ||
_ThreadedStartConnection ( ) : void |
public Invoke ( string methodName, System.Action callback ) : void | ||
methodName | string | |
callback | System.Action | |
return | void |
public PlayFabSignalR ( System.Action onConnected ) : System | ||
onConnected | System.Action | |
return | System |
public Start ( string url, string hubName ) : void | ||
url | string | |
hubName | string | |
return | void |
public Subscribe ( string methodName, Action callback ) : void | ||
methodName | string | |
callback | Action | |
return | void |