EnvironmentCallbackContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |