iControl.ManagementDevice.Endget_failover_state C# (CSharp) Метод

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

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