次の方法で共有


MobileServiceTableOperationError クラス

定義

失敗したテーブル操作の詳細を示します。

public class MobileServiceTableOperationError
type MobileServiceTableOperationError = class
Public Class MobileServiceTableOperationError
継承
MobileServiceTableOperationError

コンストラクター

MobileServiceTableOperationError(String, Int64, MobileServiceTableOperationKind, Nullable<HttpStatusCode>, String, JObject, String, JObject)

MobileServiceTableOperationError のインスタンスを初期化します。

プロパティ

Handled

エラーが処理されるかどうかを示します。

Item

操作に関連付けられている項目。

OperationKind

テーブル操作の種類。

RawResult

テーブル操作の生の応答。

Result

テーブル操作の応答。

Status

サーバーによって返される HTTP 状態コード。

TableName

リモート テーブルの名前。

メソッド

CancelAndDiscardItemAsync()

テーブル操作を取り消し、項目のローカル インスタンスを破棄します。

CancelAndUpdateItemAsync(JObject)

テーブル操作を取り消し、指定された項目を使用して項目のローカル インスタンスを更新します。

UpdateOperationAsync(JObject)

テーブル操作を更新し、指定された項目で項目のローカル インスタンスを更新します。 エラーをクリアし、操作の状態を保留中に設定します。

適用対象