iControl.ManagementDevice.get_ha_capacity C# (CSharp) Method

get_ha_capacity() private method

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