ResourceEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |