IHeartbeatServiceFastTick Event |
Raised once every second or so.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler FastTick
Event FastTick As EventHandler
event EventHandler^ FastTick {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract FastTick : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also