Table of Contents

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

principal IPrincipal
logger ILogger
cancellationToken CancellationToken

Fields

CancellationToken

public readonly CancellationToken CancellationToken

Field Value

CancellationToken

Logger

public readonly ILogger Logger

Field Value

ILogger

Principal

Guaranteed to be authenticated.

public readonly IPrincipal Principal

Field Value

IPrincipal

Properties

Identity

public Identity Identity { get; }

Property Value

Identity