iControl.ManagementDevice.Beginget_local_device C# (CSharp) Method

Beginget_local_device() public method

public Beginget_local_device ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_local_device(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_local_device", new object[0], callback, asyncState);
        }
ManagementDevice