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

◆ TryStartOperation()

bool System.Net.WebSockets.WebSocketBase.OutstandingOperationHelper.TryStartOperation ( CancellationToken userCancellationToken,
out CancellationToken linkedCancellationToken )
inline

Definition at line 569 of file WebSocketBase.cs.

References System.Net.WebSockets.WebSocketBase.OutstandingOperationHelper._operationsOutstanding, System.Net.WebSockets.WebSocketBase.OutstandingOperationHelper._thisLock, System.Net.WebSockets.WebSocketBase.OutstandingOperationHelper.CreateLinkedCancellationToken(), System.Threading.CancellationToken.None, and System.Net.WebSockets.WebSocketBase.OutstandingOperationHelper.ThrowIfDisposed().

Referenced by System.Net.WebSockets.WebSocketBase.CloseAsyncCore(), System.Net.WebSockets.WebSocketBase.CloseOutputAsyncCore(), System.Net.WebSockets.WebSocketBase.ReceiveAsyncCore(), and System.Net.WebSockets.WebSocketBase.SendAsyncCore().