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