Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Set() [2/2]

static bool System.Threading.EventWaitHandle.Set ( SafeWaitHandle waitHandle)
inlinestaticpackageinherited

Definition at line 128 of file EventWaitHandle.cs.

129 {
130 return Interop.Kernel32.SetEvent(waitHandle);
131 }
static bool SetEvent(SafeWaitHandle handle)

References Interop.Kernel32.SetEvent().