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 T Execute<T>(Pact.Impersonation.ImpersonationSettings settings, System.Func<T> func);
T
settings Pact.Impersonation.ImpersonationSettings Passed on a per-action basis as it's not improbable you may need to impersonate with different credentials
settings
func System.Func<T> The function to execute
func
Implements Execute(ImpersonationSettings, Func)