Protected Friend Overridable Function OnWriteSettingsAsync( _ ByVal settings As ModuleSettingsWriter _ ) As Task
protected internal virtual Task OnWriteSettingsAsync( ModuleSettingsWriter settings )
Parameters
- settings
- A dictionary type object to store and retrieve values.
Return Value
A task that represents the work queued to execute in the ThreadPool.