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
파일 보기 프로젝트 열기: vanthoainguyen/Flatwhite 1 사용 예제들

공개 메소드들

메소드 설명
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