iControl.ManagementDevice.Endget_chassis_type C# (CSharp) Метод

Endget_chassis_type() публичный Метод

public Endget_chassis_type ( System asyncResult ) : ManagementDeviceChassisVersion[]
asyncResult System
Результат ManagementDeviceChassisVersion[]
        public ManagementDeviceChassisVersion[] Endget_chassis_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ManagementDeviceChassisVersion [])(results[0]));
        }
ManagementDevice