次の方法で共有


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

イベント ペイロードを取得します。

適用対象