다음을 통해 공유


ISynchronizeMutex Interface

Supports a synchronization object using a mutex object. Extends and inherits from ISynchronize. For general information about mutex objects, see Mutex Class.

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

Syntax

‘선언
<GuidAttribute("00000025-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ISynchronizeMutex _
    Inherits ISynchronize
[GuidAttribute("00000025-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ISynchronizeMutex : ISynchronize

The ISynchronizeMutex type exposes the following members.

Methods

  Name Description
Public method ReleaseMutex
Public method Reset() (Inherited from ISynchronize.)
Public method Reset()
Public method Signal() (Inherited from ISynchronize.)
Public method Signal()
Public method Wait(UInt32, UInt32) (Inherited from ISynchronize.)
Public method Wait(UInt32, UInt32)

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace