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);
            }
        }