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

OperationReturnedSomething() private method

private OperationReturnedSomething ( string operation, System.Net.Interop errorCode ) : void
operation string
errorCode System.Net.Interop
return void
        public void OperationReturnedSomething(string operation, Interop.SECURITY_STATUS errorCode)
        {
            if (IsEnabled())
            {
                WriteEvent(OperationReturnedSomethingId, operation, errorCode);
            }
        }