MobileServiceEvent<T> Class

Definition

Represents a mobile service event with a strongly typed payload.

public class MobileServiceEvent<T> : Microsoft.WindowsAzure.MobileServices.Eventing.MobileServiceEvent
type MobileServiceEvent<'T> = class
    inherit MobileServiceEvent
Public Class MobileServiceEvent(Of T)
Inherits MobileServiceEvent

Type Parameters

T

The type of payload in this event.

Inheritance
MobileServiceEvent<T>

Constructors

MobileServiceEvent<T>(String, T)

Initializes an instance of the MobileServiceEvent using the specified event name and payload.

Properties

Name

Gets the event name.

(Inherited from MobileServiceEvent)
Payload

Gets the event payload.

Applies to