Skip to content
Docs Try Aspire

ResourceUrlsCallbackContext

Handle TypeScript
📦 Aspire.Hosting.Azure.Redis v13.2.0-preview.1.26159.1
interface ResourceUrlsCallbackContext {
readonly cancellationToken: cancellationToken;
readonly executionContext: DistributedApplicationExecutionContext;
readonly urls: List<Aspire.Hosting/Aspire.Hosting.ApplicationModel.ResourceUrlAnnotation>;
}

Properties

property cancellationToken cancellationToken get
Gets the CancellationToken property
property executionContext DistributedApplicationExecutionContext get
Gets the ExecutionContext property
property urls List<Aspire.Hosting/Aspire.Hosting.ApplicationModel.ResourceUrlAnnotation> get
Gets the Urls property