iControl.SystemSoftwareManagement.Beginget_software_status C# (CSharp) Method

Beginget_software_status() public method

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