IFileProfile.UnloadEngineAsync(String) Method

Definition

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.

Applies to