Compartilhar via


MobileServiceTableOperationError Construtor

Definição

Inicializa uma instância de MobileServiceTableOperationError

public MobileServiceTableOperationError (string id, long operationVersion, Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceTableOperationKind operationKind, System.Net.HttpStatusCode? status, string tableName, Newtonsoft.Json.Linq.JObject item, string rawResult, Newtonsoft.Json.Linq.JObject result);
new Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceTableOperationError : string * int64 * Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceTableOperationKind * Nullable<System.Net.HttpStatusCode> * string * Newtonsoft.Json.Linq.JObject * string * Newtonsoft.Json.Linq.JObject -> Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceTableOperationError
Public Sub New (id As String, operationVersion As Long, operationKind As MobileServiceTableOperationKind, status As Nullable(Of HttpStatusCode), tableName As String, item As JObject, rawResult As String, result As JObject)

Parâmetros

id
String

A ID do erro que é igual à ID da operação.

operationVersion
Int64

A versão da operação.

operationKind
MobileServiceTableOperationKind

O tipo de operação de tabela.

status
Nullable<HttpStatusCode>

O código de status HTTP retornado pelo servidor.

tableName
String

O nome da tabela remota.

item
Newtonsoft.Json.Linq.JObject

O item associado à operação.

rawResult
String

Resposta bruta da operação de tabela.

result
Newtonsoft.Json.Linq.JObject

Resposta da operação de tabela.

Aplica-se a