IFileProfile.AddEngineAsync(FileEngineSettings) 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 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
.