iControl.SystemSoftwareManagement.Beginset_cluster_boot_location C# (CSharp) Method

Beginset_cluster_boot_location() public method

public Beginset_cluster_boot_location ( string location, System callback, object asyncState ) : System.IAsyncResult
location string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_cluster_boot_location(string location, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_cluster_boot_location", new object[] {
            location}, callback, asyncState);
        }
SystemSoftwareManagement