IPolicyProfile.UnloadEngineAsync(String) Method

Definition

Starts unloading the policy 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 unique engine id.

Returns

A task that represents the asynchronous unload engine operation.

Applies to