Table of Contents

Class EventPayload

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Contains information about an event that was pushed from a ScaleOut client (via PostEventAsync(TKey, string, byte[], TimeSpan?)) to an event source.

public class EventPayload
Inheritance
EventPayload
Inherited Members

Properties

Bytes

An optional payload of bytes that can hold data related to the event (typically a serialized object).

EventInfo

An arbitrary user-provided string containing information about the event, passed from the client-side eventInfo parameter that's passed into PostEventAsync(TKey, string, byte[], TimeSpan?).