你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MobileServiceEvent<T>(String, T) 构造函数

定义

使用指定的事件名称和有效负载初始化 MobileServiceEvent 的实例。

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)

参数

name
String

事件名称。

payload
T

与此事件关联的有效负载。

适用于