ISynchronizeMutex.Wait(UInt32, UInt32) Method

Definition

public:
 void Wait(System::UInt32 dwFlags, System::UInt32 dwMilliseconds);
public:
 void Wait(unsigned int dwFlags, unsigned int dwMilliseconds);
void Wait(unsigned int dwFlags, unsigned int dwMilliseconds);
public void Wait (uint dwFlags, uint dwMilliseconds);
abstract member Wait : uint32 * uint32 -> unit
Public Sub Wait (dwFlags As UInteger, dwMilliseconds As UInteger)

Parameters

dwFlags
UInt32
dwMilliseconds
UInt32

Applies to