iControl.SystemSoftwareManagement.Beginget_boot_location C# (CSharp) Méthode

Beginget_boot_location() public méthode

public Beginget_boot_location ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat 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