iControl.ManagementDevice.get_failover_state C# (CSharp) Method

get_failover_state() private method

private get_failover_state ( string devices ) : CommonHAState[]
devices string
return CommonHAState[]
        public CommonHAState[] get_failover_state(
		string [] devices
	)
        {
            object [] results = this.Invoke("get_failover_state", new object [] {
                devices});
            return ((CommonHAState [])(results[0]));
        }
ManagementDevice