iControl.SystemSoftwareManagement.Beginget_boot_location C# (CSharp) Method

Beginget_boot_location() public method

public Beginget_boot_location ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_boot_location(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_boot_location", new object[0], callback, asyncState);
        }
SystemSoftwareManagement