iControl.SecurityProfileDoS.Endget_operation_mode C# (CSharp) Метод

Endget_operation_mode() публичный Метод

public Endget_operation_mode ( System asyncResult ) : SecurityProfileDoSOperationMode[][]
asyncResult System
Результат SecurityProfileDoSOperationMode[][]
        public SecurityProfileDoSOperationMode[][] Endget_operation_mode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SecurityProfileDoSOperationMode [] [])(results[0]));
        }
SecurityProfileDoS