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

Enddelete_volume() public méthode

public Enddelete_volume ( System asyncResult ) : void
asyncResult System
Résultat void
        public void Enddelete_volume(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SystemSoftwareManagement