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

MobileServiceEvent<T> 类

定义

表示具有强类型有效负载的移动服务事件。

public class MobileServiceEvent<T> : Microsoft.WindowsAzure.MobileServices.Eventing.MobileServiceEvent
type MobileServiceEvent<'T> = class
    inherit MobileServiceEvent
Public Class MobileServiceEvent(Of T)
Inherits MobileServiceEvent

类型参数

T

此事件中的有效负载类型。

继承
MobileServiceEvent<T>

构造函数

MobileServiceEvent<T>(String, T)

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

属性

Name

获取事件名称。

(继承自 MobileServiceEvent)
Payload

获取事件负载。

适用于