publishResourceUpdate
Function
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): voidParameters
resource IResource state string optional stateStyle string optional Applies to
This function is an extension method on the following types: