Compartir a través de


CosmosClientOptions.CustomHandlers Propiedad

Definición

Obtiene los controladores que se ejecutan antes del proceso.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.CosmosClientOptions+ClientOptionJsonConverter))]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.RequestHandler> CustomHandlers { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.CosmosClientOptions+ClientOptionJsonConverter))>]
member this.CustomHandlers : System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.RequestHandler>
Public ReadOnly Property CustomHandlers As Collection(Of RequestHandler)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonConverterAttribute

Se aplica a

Consulte también