Skip to content
Docs Try Aspire

ResourceNotificationService.publishResourceUpdate

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface ResourceNotificationService {
// ... omitted for brevity
publishResourceUpdate(
resource: IResource,
state?: string,
stateStyle?: string): void;
}

Signature

method publishResourceUpdate
Publishes an update for a resource's state
publishResourceUpdate(
resource: IResource,
state?: string,
stateStyle?: string): void
resource IResource
state string optional
stateStyle string optional

Defined on

This method is defined on the following type: