C# Class AssemblyCSharp.BackendUpdateTask

Inheritance: AbstractBackendTask
Afficher le fichier Open project: wooga/ps_social_jam

Méthodes publiques

Méthode Description
BackendUpdateTask ( string serializedGameState, bool closeOnError = true ) : System.Collections

Méthodes protégées

Méthode Description
DoExecuteCoroutine ( TaskExecutionContext context, BackendConnection connection ) : IEnumerator

Method Details

BackendUpdateTask() public méthode

public BackendUpdateTask ( string serializedGameState, bool closeOnError = true ) : System.Collections
serializedGameState string
closeOnError bool
Résultat System.Collections

DoExecuteCoroutine() protected méthode

protected DoExecuteCoroutine ( TaskExecutionContext context, BackendConnection connection ) : IEnumerator
context TaskExecutionContext
connection BackendConnection
Résultat IEnumerator