iControl.SystemSoftwareManagement.Endhas_logical_volume_management C# (CSharp) Method

Endhas_logical_volume_management() public method

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