iControl.ManagementDevice.get_ha_capacity C# (CSharp) 메소드

get_ha_capacity() 개인적인 메소드

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