iControl.SystemSoftwareManagement.Beginget_block_device_software_image C# (CSharp) 메소드

Beginget_block_device_software_image() 공개 메소드

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