ResourceUrlsCallbackContext
Handle TypeScript
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