Returns the number of events waiting to be processed while running in queue mode
[Missing <returns> documentation for "M:SmartFoxClientAPI.SmartFoxClient.NumEventsInEventQueue"]
Queue is always empty and thus returning 0 as count when not running in queue mode
Version:
SmartFoxServer Basic / Pro
The following example shows how to query the number of events.
CopyC#
Console.WriteLine("Waiting events in queue: " + smartFox.NumEventsInEventQueue();