System.Net.NetEventSource.OperationReturnedSomething C# (CSharp) 메소드

OperationReturnedSomething() 개인적인 메소드

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