ResourceEvent Class

Definition

Represents a change in the state of a resource.

public class ResourceEvent
type ResourceEvent = class
Public Class ResourceEvent
Inheritance
ResourceEvent

Constructors

ResourceEvent(IResource, String, CustomResourceSnapshot)

Represents a change in the state of a resource.

Properties

Resource

The resource associated with the event.

ResourceId

The unique id of the resource.

Snapshot

The snapshot of the resource state.

Applies to