iControl.SystemSoftwareManagement.Beginget_software_image C# (CSharp) Method

Beginget_software_image() public method

public Beginget_software_image ( SystemSoftwareManagementrepositoryImageID imageIDs, System callback, object asyncState ) : System.IAsyncResult
imageIDs SystemSoftwareManagementrepositoryImageID
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_software_image(SystemSoftwareManagementrepositoryImageID [] imageIDs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_software_image", new object[] {
            imageIDs}, callback, asyncState);
        }
SystemSoftwareManagement