EnvironmentCallbackContext Class

Definition

Represents a callback context for environment variables associated with a publisher.

public class EnvironmentCallbackContext
type EnvironmentCallbackContext = class
Public Class EnvironmentCallbackContext
Inheritance
EnvironmentCallbackContext

Constructors

EnvironmentCallbackContext(DistributedApplicationExecutionContext, Dictionary<String,Object>, CancellationToken)

Represents a callback context for environment variables associated with a publisher.

Properties

CancellationToken

Gets the CancellationToken associated with the callback context.

EnvironmentVariables

Gets the environment variables associated with the callback context.

ExecutionContext

Gets the execution context associated with this invocation of the AppHost.

Logger

An optional logger to use for logging.

Applies to