Class MessagePump
Assembly: VivoxUnity.dll
Syntax
Properties
Instance
Declaration
public static MessagePump Instance { get; }
Property Value
Methods
IsDone(WaitHandle, DateTime)
Declaration
public static bool IsDone(WaitHandle handle, DateTime until)
Parameters
Returns
Run(WaitHandle, TimeSpan)
Declaration
public static bool Run(WaitHandle handle, TimeSpan until)
Parameters
Returns
RunOnce()
Declaration
RunUntil(LoopDone)
Declaration
public void RunUntil(LoopDone done)
Parameters
Events
MainLoopRun
Declaration
public event RunLoop MainLoopRun
Event Type