ISynchronize Interface

Definition

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)

Applies to