Event Body EventNFX Class Library

[This is preliminary documentation and is subject to change.]

Event body that gets called when the event is due. The body is always invoked ASYNCHRONOUSLY unless Fire(syncronous=true) is called in which case it gets called on a thread that called Fire(true)

Namespace: NFX.Time
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public event TimerEvent Body

Value

Type: NFX.Time TimerEvent
See Also