iControl.SystemSoftwareManagement.Beginget_rpm_package_information C# (CSharp) Method

Beginget_rpm_package_information() public method

public Beginget_rpm_package_information ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_rpm_package_information(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_rpm_package_information", new object[0], callback, asyncState);
        }
SystemSoftwareManagement