iControl.ManagementDevice.Endget_failover_state C# (CSharp) Method

Endget_failover_state() public method

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