C# Class Xtalion.Coroutines.DispatchAction

Inheritance: IAction
Show file Open project: yevhen/Servelat-Pieces Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( ) : void

Protected Methods

Method Description
DispatchAction ( ) : System
SignalCompleted ( ) : void

Method Details

DispatchAction() protected method

protected DispatchAction ( ) : System
return System

Execute() public abstract method

public abstract Execute ( ) : void
return void

SignalCompleted() protected method

protected SignalCompleted ( ) : void
return void