System.Net.NetEventSource.NotLoggedFile C# (CSharp) Method

NotLoggedFile() private method

private NotLoggedFile ( string filePath, int socketHash, SocketAsyncOperation completedOperation ) : void
filePath string
socketHash int
completedOperation SocketAsyncOperation
return void
        private void NotLoggedFile(string filePath, int socketHash, SocketAsyncOperation completedOperation)
        {
            WriteEvent(NotLoggedFileId, filePath, socketHash, (int)completedOperation);
        }
    }

Same methods

NetEventSource::NotLoggedFile ( string filePath, System.Net.Socket socket, SocketAsyncOperation completedOperation ) : void