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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET