MobileServiceEvent<T> 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 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
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. |