IFileProfile.UnloadEngineAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts unloading the file engine with the given id.
public System.Threading.Tasks.Task UnloadEngineAsync (string id);
abstract member UnloadEngineAsync : string -> System.Threading.Tasks.Task
Public Function UnloadEngineAsync (id As String) As Task
Parameters
- id
- String
The id of the engine to unload
Returns
A task that represents the asynchronous unload engine operation.