C# Class Flatwhite.Hot.DisposingPhoenix

The phoenix is disposed, it will not do anything
Inheritance: IPhoenixState
Datei anzeigen Open project: vanthoainguyen/Flatwhite Class Usage Examples

Public Methods

Method Description
DisposingPhoenix ( Task disposingTask ) : System
GetState ( ) : string
Reborn ( Func rebornAction ) : IPhoenixState

Do nothing here as the disposing action has been started

Method Details

DisposingPhoenix() public method

public DisposingPhoenix ( Task disposingTask ) : System
disposingTask Task
return System

GetState() public method

public GetState ( ) : string
return string

Reborn() public method

Do nothing here as the disposing action has been started
public Reborn ( Func rebornAction ) : IPhoenixState
rebornAction Func
return IPhoenixState