Struct CallbackEnvironment
- Namespace
- The
- Assembly
- Instagile.dll
Provided by the framework to datastores and plugins to which long-running operations are delegated.
public readonly struct CallbackEnvironment
- Inherited Members
Constructors
CallbackEnvironment(IPrincipal, ILogger, CancellationToken)
public CallbackEnvironment(IPrincipal principal, ILogger logger, CancellationToken cancellationToken)
Parameters
principalIPrincipalloggerILoggercancellationTokenCancellationToken
Fields
CancellationToken
public readonly CancellationToken CancellationToken
Field Value
Logger
public readonly ILogger Logger
Field Value
Principal
Guaranteed to be authenticated.
public readonly IPrincipal Principal
Field Value
Properties
Identity
public Identity Identity { get; }