IProtectionProfile Interface

Definition

IProtectionProfile is the root class for performing protection operations

public interface IProtectionProfile : IDisposable
type IProtectionProfile = interface
    interface IDisposable
Public Interface IProtectionProfile
Implements IDisposable
Implements

Properties

Settings

Gets the profile settings.

Methods

AddEngine(ProtectionEngineSettings)

adds a new protection engine to the profile.

AddEngineAsync(ProtectionEngineSettings)

Starts adding a new protection engine to the profile.

DeleteEngine(String)

Delete the protection engine with the given ID. All data for the given engine will be deleted.

DeleteEngineAsync(String)

Starts deleting the protection engine with the given ID. All data for the given engine will be deleted.

ListEngines()

List engines.

ListEnginesAsync()

Starts list engines operation.

Applies to