iControl.ManagementDevice.Endget_ha_capacity C# (CSharp) Method

Endget_ha_capacity() public method

public Endget_ha_capacity ( System asyncResult ) : long[]
asyncResult System
return long[]
        public long[] Endget_ha_capacity(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
ManagementDevice