Container.GetChangeFeedProcessorBuilder Método
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.
Sobrecargas
GetChangeFeedProcessorBuilder(String, Container+ChangeFeedStreamHandler) |
Inicializa um ChangeFeedProcessorBuilder para processamento de feed de alterações. |
GetChangeFeedProcessorBuilder<T>(String, Container.ChangeFeedHandler<T>) |
Inicializa um ChangeFeedProcessorBuilder para processamento de feed de alterações. |
GetChangeFeedProcessorBuilder<T>(String, Container.ChangesHandler<T>) |
Inicializa um ChangeFeedProcessorBuilder para processamento de feed de alterações. |
GetChangeFeedProcessorBuilder(String, Container+ChangeFeedStreamHandler)
- Origem:
- Container.cs
Inicializa um ChangeFeedProcessorBuilder para processamento de feed de alterações.
public abstract Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedProcessorBuilder (string processorName, Microsoft.Azure.Cosmos.Container.ChangeFeedStreamHandler onChangesDelegate);
abstract member GetChangeFeedProcessorBuilder : string * Microsoft.Azure.Cosmos.Container.ChangeFeedStreamHandler -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
Public MustOverride Function GetChangeFeedProcessorBuilder (processorName As String, onChangesDelegate As Container.ChangeFeedStreamHandler) As ChangeFeedProcessorBuilder
Parâmetros
- processorName
- String
Um nome que identifica o Processador e o trabalho específico que ele fará.
- onChangesDelegate
- Container.ChangeFeedStreamHandler
Delegar para receber alterações.
Retornos
Uma instância do ChangeFeedProcessorBuilder
Aplica-se a
GetChangeFeedProcessorBuilder<T>(String, Container.ChangeFeedHandler<T>)
- Origem:
- Container.cs
Inicializa um ChangeFeedProcessorBuilder para processamento de feed de alterações.
public abstract Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedProcessorBuilder<T> (string processorName, Microsoft.Azure.Cosmos.Container.ChangeFeedHandler<T> onChangesDelegate);
abstract member GetChangeFeedProcessorBuilder : string * Microsoft.Azure.Cosmos.Container.ChangeFeedHandler<'T> -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
Public MustOverride Function GetChangeFeedProcessorBuilder(Of T) (processorName As String, onChangesDelegate As Container.ChangeFeedHandler(Of T)) As ChangeFeedProcessorBuilder
Parâmetros de tipo
- T
Parâmetros
- processorName
- String
Um nome que identifica o Processador e o trabalho específico que ele fará.
- onChangesDelegate
- Container.ChangeFeedHandler<T>
Delegar para receber alterações.
Retornos
Uma instância do ChangeFeedProcessorBuilder
Aplica-se a
GetChangeFeedProcessorBuilder<T>(String, Container.ChangesHandler<T>)
- Origem:
- Container.cs
Inicializa um ChangeFeedProcessorBuilder para processamento de feed de alterações.
public abstract Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedProcessorBuilder<T> (string processorName, Microsoft.Azure.Cosmos.Container.ChangesHandler<T> onChangesDelegate);
abstract member GetChangeFeedProcessorBuilder : string * Microsoft.Azure.Cosmos.Container.ChangesHandler<'T> -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
Public MustOverride Function GetChangeFeedProcessorBuilder(Of T) (processorName As String, onChangesDelegate As Container.ChangesHandler(Of T)) As ChangeFeedProcessorBuilder
Parâmetros de tipo
- T
Parâmetros
- processorName
- String
Um nome que identifica o Processador e o trabalho específico que ele fará.
- onChangesDelegate
- Container.ChangesHandler<T>
Delegar para receber alterações.
Retornos
Uma instância do ChangeFeedProcessorBuilder
Aplica-se a
Azure SDK for .NET