iControl.ManagementDevice.Endget_failover_state C# (CSharp) Méthode

Endget_failover_state() public méthode

public Endget_failover_state ( System asyncResult ) : CommonHAState[]
asyncResult System
Résultat CommonHAState[]
        public CommonHAState[] Endget_failover_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonHAState [])(results[0]));
        }
ManagementDevice