Photon Server API Documentation v5.0RC1

Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
ExitGames.Concurrency.Core.DelegateAction Class Reference
Inheritance diagram for ExitGames.Concurrency.Core.DelegateAction:
ExitGames.Concurrency.Fibers.IFiberAction

Public Member Functions

 DelegateAction ()
 
void Execute ()
 Call to execute action More...
 
void Return ()
 Chance to return action to pool More...
 

Static Public Member Functions

static IFiberAction Create (Action action)
 

Protected Member Functions

void SetAction (Action action)
 

Constructor & Destructor Documentation

◆ DelegateAction()

ExitGames.Concurrency.Core.DelegateAction.DelegateAction ( )
inline

Member Function Documentation

◆ Create()

static IFiberAction ExitGames.Concurrency.Core.DelegateAction.Create ( Action  action)
inlinestatic

◆ Execute()

void ExitGames.Concurrency.Core.DelegateAction.Execute ( )
inline

Call to execute action

Implements ExitGames.Concurrency.Fibers.IFiberAction.

◆ Return()

void ExitGames.Concurrency.Core.DelegateAction.Return ( )
inline

Chance to return action to pool

Implements ExitGames.Concurrency.Fibers.IFiberAction.

◆ SetAction()

void ExitGames.Concurrency.Core.DelegateAction.SetAction ( Action  action)
inlineprotected