iControl.ManagementDevice.Endget_chassis_type C# (CSharp) Method

Endget_chassis_type() public method

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