ISynchronize Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides asynchronous communication between objects about events. For more information, see ISynchronize.
public interface class ISynchronize
public interface class ISynchronize
__interface ISynchronize
[System.Runtime.InteropServices.Guid("00000030-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ISynchronize
[System.Runtime.InteropServices.Guid("00000030-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISynchronize
[<System.Runtime.InteropServices.Guid("00000030-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ISynchronize = interface
[<System.Runtime.InteropServices.Guid("00000030-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISynchronize = interface
Public Interface ISynchronize
- Derived
- Attributes
Methods
Reset() | |
Signal() | |
Wait(UInt32, UInt32) |