iControl.SystemSoftwareManagement.Enddelete_volume C# (CSharp) Method

Enddelete_volume() public method

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