MobileServiceTableOperationError Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET