CorrelationInitializer Classe

Definição

Uma classe base abstrata para inicializadores de correlação que são usadas para indicar ao runtime qual protocolo está sendo usado para a correlação.An abstract base class for correlation initializers that are used to tell the runtime what protocol is being used for the correlation.

public ref class CorrelationInitializer abstract
public abstract class CorrelationInitializer
type CorrelationInitializer = class
Public MustInherit Class CorrelationInitializer
Herança
CorrelationInitializer
Derivado

Comentários

O tempo de execução usa o CorrelationHandle para correlação, se estiver presente, caso contrário, a propriedade CorrelatesWith da atividade de mensagens será usada.The runtime uses the CorrelationHandle for correlation if it is present, otherwise the CorrelatesWith property of the messaging activity will be used. Se ambos estiverem ausentes, o identificador de ambiente fornecido pelo CorrelationScope ou pelo serviço de fluxo de trabalho será usado.If both are absent, the ambient handle provided by CorrelationScope or the workflow service is used.

Propriedades

CorrelationHandle

Obtém ou define o argumento CorrelationHandle para o inicializador de correlação.Gets or sets the CorrelationHandle argument for the correlation initializer.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a