Setevent

[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool SetEvent(IntPtr hEvent
);

Microsoft documentation: Link

Last updated