We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Executes the provided action within the impersonated context
public void Execute(Pact.Impersonation.ImpersonationSettings settings, System.Action action);
settings Pact.Impersonation.ImpersonationSettings Passed on a per-action basis as it's not improbable you may need to impersonate with different credentials
settings
action System.Action The action to execute
action
Implements Execute(ImpersonationSettings, Action)