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

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

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