iControl.ManagementDevice.get_ha_capacity C# (CSharp) Méthode

get_ha_capacity() private méthode

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