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
'Declaración
<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 | |
---|---|---|
ReleaseMutex | ||
Reset() | (Inherited from ISynchronize.) | |
Reset() | ||
Signal() | (Inherited from ISynchronize.) | |
Signal() | ||
Wait(UInt32, UInt32) | (Inherited from ISynchronize.) | |
Wait(UInt32, UInt32) |
Top