FinishOperationAsyncFailure() private method

private FinishOperationAsyncFailure ( Exception exception, int bytesTransferred, SocketFlags flags ) : void
exception Exception
bytesTransferred int
flags SocketFlags
return void
コード例 #1
0
        private void AsyncFail(Exception e)
        {
            OnFail(false);
            if (internalArgs != null)
            {
                internalArgs.Dispose();
            }

            userArgs.FinishOperationAsyncFailure(e, 0, SocketFlags.None);
        }