C# Class NFrame.NFCHeartBeat

Inheritance: NFIHeartBeat
Show file Open project: ketoo/NFrame Class Usage Examples

Public Methods

Method Description
NFCHeartBeat ( NFGUID self, string strHeartBeatName, float fTime, int nCount ) : System
NeedRemove ( ) : bool
RegisterCallback ( NFIHeartBeat handler ) : void
Update ( float fPassTime ) : bool

Method Details

NFCHeartBeat() public method

public NFCHeartBeat ( NFGUID self, string strHeartBeatName, float fTime, int nCount ) : System
self NFGUID
strHeartBeatName string
fTime float
nCount int
return System

NeedRemove() public method

public NeedRemove ( ) : bool
return bool

RegisterCallback() public method

public RegisterCallback ( NFIHeartBeat handler ) : void
handler NFIHeartBeat
return void

Update() public method

public Update ( float fPassTime ) : bool
fPassTime float
return bool