ResourceUrlsCallbackContext
Handle
interface ResourceUrlsCallbackContext { readonly cancellationToken: cancellationToken; readonly executionContext: DistributedApplicationExecutionContext; logger: ILogger; readonly resource: IResource; readonly urls: List<Aspire.Hosting/Aspire.Hosting.ApplicationModel.ResourceUrlAnnotation>;} 6 members
Properties
property
cancellationToken cancellationToken get Gets the CancellationToken property
property
executionContext DistributedApplicationExecutionContext get Gets the ExecutionContext property
property
logger ILogger get · set Gets the Logger property
property
resource IResource get Gets the Resource property
property
urls List<Aspire.Hosting/Aspire.Hosting.ApplicationModel.ResourceUrlAnnotation> get Gets the Urls property