MobileServiceEvent(String) Constructor

Definition

Creates an instance of a MobileServiceEvent.

public MobileServiceEvent (string name);
new Microsoft.WindowsAzure.MobileServices.Eventing.MobileServiceEvent : string -> Microsoft.WindowsAzure.MobileServices.Eventing.MobileServiceEvent
Public Sub New (name As String)

Parameters

name
String

The event name.

Applies to