MobileServiceEvent<T>(String, T) Constructor
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.
Initializes an instance of the MobileServiceEvent using the specified event name and payload.
public MobileServiceEvent (string name, T payload);
new Microsoft.WindowsAzure.MobileServices.Eventing.MobileServiceEvent<'T> : string * 'T -> Microsoft.WindowsAzure.MobileServices.Eventing.MobileServiceEvent<'T>
Public Sub New (name As String, payload As T)
Parameters
- name
- String
The event name.
- payload
- T
The payload associated with this event.