iControl.SystemSoftwareManagement.Beginhas_logical_volume_management C# (CSharp) Method

Beginhas_logical_volume_management() public method

public Beginhas_logical_volume_management ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginhas_logical_volume_management(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("has_logical_volume_management", new object[0], callback, asyncState);
        }
SystemSoftwareManagement