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

◆ FinishOperationAsyncFailure()

void System.Net.Sockets.SocketAsyncEventArgs.FinishOperationAsyncFailure ( SocketError socketError,
int bytesTransferred,
SocketFlags flags )
inlinepackageinherited

Definition at line 690 of file SocketAsyncEventArgs.cs.

691 {
692 ExecutionContext context = _context;
694 if (context == null)
695 {
697 }
698 else
699 {
701 }
702 }
void FinishOperationSyncFailure(SocketError socketError, int bytesTransferred, SocketFlags flags)
static readonly ContextCallback s_executionCallback
static void Run(ExecutionContext executionContext, ContextCallback callback, object? state)

References System.Net.Sockets.SocketAsyncEventArgs._context, System.Net.Sockets.SocketAsyncEventArgs.FinishOperationSyncFailure(), System.Net.Sockets.SocketAsyncEventArgs.OnCompletedInternal(), System.Threading.ExecutionContext.Run(), and System.Net.Sockets.SocketAsyncEventArgs.s_executionCallback.

Referenced by System.Net.Sockets.SocketAsyncEventArgs.HandleCompletionPortCallbackError().