EnvironmentCallbackContext
Classnet10.0
Represents a callback context for environment variables associated with a publisher.
namespace Aspire.Hosting.ApplicationModel;
public class EnvironmentCallbackContext{ // ...}7 members
Constructors2
Section titled Constructors Represents a callback context for environment variables associated with a publisher.
Initializes a new instance of the
EnvironmentCallbackContext class. Properties5
Section titled PropertiesCancellationToken Gets the CancellationToken associated with the callback context.
Dictionary<string, object> Gets the environment variables associated with the callback context.
Gets the execution context associated with this invocation of the AppHost.