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

Beginget_hotfix_information() public méthode

public Beginget_hotfix_information ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_hotfix_information(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_hotfix_information", new object[0], callback, asyncState);
        }
SystemSoftwareManagement