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

◆ SkipCompletionPortOnSuccess()

static bool System.Net.Sockets.CompletionPortHelper.SkipCompletionPortOnSuccess ( SafeHandle handle)
inlinestaticpackage

Definition at line 9 of file CompletionPortHelper.cs.

10 {
11 return global::Interop.Kernel32.SetFileCompletionNotificationModes(handle, global::Interop.Kernel32.FileCompletionNotificationModes.SkipCompletionPortOnSuccess | global::Interop.Kernel32.FileCompletionNotificationModes.SkipSetEventOnHandle);
12 }

References System.handle.

Referenced by System.Net.Sockets.SafeSocketHandle.GetOrAllocateThreadPoolBoundHandle().