次の方法で共有


MobileServicePushCompletionResult コンストラクター

定義

MobileServicePushCompletionResult の新しいインスタンスを初期化します

public MobileServicePushCompletionResult(System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceTableOperationError> errors, Microsoft.WindowsAzure.MobileServices.Sync.MobileServicePushStatus status);
new Microsoft.WindowsAzure.MobileServices.Sync.MobileServicePushCompletionResult : seq<Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceTableOperationError> * Microsoft.WindowsAzure.MobileServices.Sync.MobileServicePushStatus -> Microsoft.WindowsAzure.MobileServices.Sync.MobileServicePushCompletionResult
Public Sub New (errors As IEnumerable(Of MobileServiceTableOperationError), status As MobileServicePushStatus)

パラメーター

errors
IEnumerable<MobileServiceTableOperationError>

リモート テーブルでの操作の実行中に発生したエラーのコレクション。

status
MobileServicePushStatus

プッシュが完了した状態。

適用対象