ISynchronizeMutex.Wait Method (UInt32, UInt32)

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Sub Wait ( _
    dwFlags As UInteger, _
    dwMilliseconds As UInteger _
)
‘사용 방법
Dim instance As ISynchronizeMutex
Dim dwFlags As UInteger
Dim dwMilliseconds As UInteger

instance.Wait(dwFlags, dwMilliseconds)
void Wait(
    uint dwFlags,
    uint dwMilliseconds
)
void Wait(
    [InAttribute] unsigned int dwFlags, 
    [InAttribute] unsigned int dwMilliseconds
)
abstract Wait : 
        dwFlags:uint32 * 
        dwMilliseconds:uint32 -> unit 
function Wait(
    dwFlags : uint, 
    dwMilliseconds : uint
)

Parameters

.NET Framework Security

See Also

Reference

ISynchronizeMutex Interface

ISynchronizeMutex Members

Wait Overload

Microsoft.VisualStudio.OLE.Interop Namespace