C# Класс Flatwhite.Hot.RaisingPhoenix

Represent a raising phoenix. Calling reborn many time will not actually do anything until the method reborn complete and it will return AlivePhoenix
Наследование: IPhoenixState
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetState ( ) : string
Reborn ( Func rebornAction ) : IPhoenixState

true if the phoenix is executing rebornAction. This is to avoid many call on method Reborn many time

Описание методов

GetState() публичный Метод

public GetState ( ) : string
Результат string

Reborn() публичный Метод

true if the phoenix is executing rebornAction. This is to avoid many call on method Reborn many time
public Reborn ( Func rebornAction ) : IPhoenixState
rebornAction Func
Результат IPhoenixState