IFileProfile.AddEngineAsync(FileEngineSettings) Method

Definition

Starts adding a new file engine to the profile.

public System.Threading.Tasks.Task<Microsoft.InformationProtection.File.IFileEngine> AddEngineAsync (Microsoft.InformationProtection.File.FileEngineSettings settings);
abstract member AddEngineAsync : Microsoft.InformationProtection.File.FileEngineSettings -> System.Threading.Tasks.Task<Microsoft.InformationProtection.File.IFileEngine>
Public Function AddEngineAsync (settings As FileEngineSettings) As Task(Of IFileEngine)

Parameters

settings
FileEngineSettings

The file engine settings.

Returns

A task that represents the asynchronous add engine operation. The value of the TResult parameter contains the IFileEngine.

Applies to