iControl.ManagementDevice.Beginget_chassis_id C# (CSharp) Method

Beginget_chassis_id() public method

public Beginget_chassis_id ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_chassis_id(string [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_chassis_id", new object[] {
            devices}, callback, asyncState);
        }
ManagementDevice