PublishedEvent 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.
An instance of an event from an event source. Use this object to obtain field and action data as well as metadata about the event object.
public ref class PublishedEvent
public class PublishedEvent
type PublishedEvent = class
Public Class PublishedEvent
- Inheritance
-
PublishedEvent
Properties
Actions |
Gets a list of actions. |
Fields |
Gets a list of fields containing the data of the published event. |
Location |
Gets the provider internal location this event was sourced from. Use an EventLocator to retrieve the event at a later time, or to move the current location of an IEventProvider to the location of the event. |
Metadata |
Gets the metadata for the event object. |
Name |
Gets the name of the event object. |
Package |
Gets the package this event was produced from. |
Timestamp |
Gets the time this event was produced. |
UUID |
Gets the globally unique identifier of the event object. |