GeneratedEvent 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.
Event use in generated streams
[System.Serializable]
public class GeneratedEvent
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class GeneratedEvent
[<System.Serializable>]
type GeneratedEvent = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type GeneratedEvent = class
Public Class GeneratedEvent
Public NotInheritable Class GeneratedEvent
- Inheritance
-
GeneratedEvent
- Attributes
Constructors
GeneratedEvent() |
Properties
EventType |
Gets or sets the event type. |
Payload |
Gets or sets the payload. |