Partilhar via


MobileServiceEvent<T>(String, T) Construtor

Definição

Inicializa uma instância do MobileServiceEvent usando o nome do evento e o conteúdo especificados.

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)

Parâmetros

name
String

O nome do evento.

payload
T

O conteúdo associado a esse evento.

Aplica-se a