ISynchronizeMutex 接口
使用 mutex 对象,支持同步对象。 从 ISynchronize扩展和继承。 有关 mutex 对象的一般信息,请参见 Mutex Class。
命名空间: Microsoft.VisualStudio.OLE.Interop
程序集: Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)
语法
声明
<GuidAttribute("00000025-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ISynchronizeMutex _
Inherits ISynchronize
[GuidAttribute("00000025-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ISynchronizeMutex : ISynchronize
ISynchronizeMutex 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
ReleaseMutex | ||
Reset() | (继承自 ISynchronize。) | |
Reset() | ||
Signal() | (继承自 ISynchronize。) | |
Signal() | ||
Wait(UInt32, UInt32) | (继承自 ISynchronize。) | |
Wait(UInt32, UInt32) |
页首