public Task<string> RemoveModel(
string modelName,
bool isIncompatibleModelRemoval = false
)
Public Function RemoveModel (
modelName As String,
Optional isIncompatibleModelRemoval As Boolean = false
) As Task(Of String)
public:
virtual Task<String^>^ RemoveModel(
String^ modelName,
bool isIncompatibleModelRemoval = false
) sealed
abstract RemoveModel :
modelName : string *
?isIncompatibleModelRemoval : bool
(* Defaults:
let _isIncompatibleModelRemoval = defaultArg isIncompatibleModelRemoval false
*)
-> Task<string>
override RemoveModel :
modelName : string *
?isIncompatibleModelRemoval : bool
(* Defaults:
let _isIncompatibleModelRemoval = defaultArg isIncompatibleModelRemoval false
*)
-> Task<string>
[Missing <param name="modelName"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.SqliteConfigService.RemoveModel(System.String,System.Boolean)"]
[Missing <param name="isIncompatibleModelRemoval"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.SqliteConfigService.RemoveModel(System.String,System.Boolean)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.SqliteConfigService.RemoveModel(System.String,System.Boolean)"]