C# Class AssemblyCSharp.BackendUpdateTask

Inheritance: AbstractBackendTask
Exibir arquivo Open project: wooga/ps_social_jam

Public Methods

Method Description
BackendUpdateTask ( string serializedGameState, bool closeOnError = true ) : System.Collections

Protected Methods

Method Description
DoExecuteCoroutine ( TaskExecutionContext context, BackendConnection connection ) : IEnumerator

Method Details

BackendUpdateTask() public method

public BackendUpdateTask ( string serializedGameState, bool closeOnError = true ) : System.Collections
serializedGameState string
closeOnError bool
return System.Collections

DoExecuteCoroutine() protected method

protected DoExecuteCoroutine ( TaskExecutionContext context, BackendConnection connection ) : IEnumerator
context TaskExecutionContext
connection BackendConnection
return IEnumerator