iControl.SystemSoftwareManagement.Beginget_live_install_completion C# (CSharp) Method

Beginget_live_install_completion() public method

public Beginget_live_install_completion ( SystemSoftwareManagementInstallationID installation_ids, System callback, object asyncState ) : System.IAsyncResult
installation_ids SystemSoftwareManagementInstallationID
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_live_install_completion(SystemSoftwareManagementInstallationID [] installation_ids, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_live_install_completion", new object[] {
            installation_ids}, callback, asyncState);
        }
SystemSoftwareManagement