ISecuritySnapshotCallback.OnSubjectApply

Syntax

OnSubjectApply(ApplyState: ApplyStateType; Subject: ISecuritySubject; Var State: Integer);

Parameters

ApplyState. Security subject recovery type.

Subject. Security subject.

State. State.

Description

The OnSubjectApply method implements an event that takes place while restoring the users/groups.

Example

The method use is given in the example for ISecuritySnapshot.ApplyFromFile.

See also:

ISecuritySnapshotCallback