SendReceiveExtension Classe
Definição
Uma classe abstrata que define os métodos de extensão para as atividades de envio/recebimento.An abstract class that defines extension methods for the send/receive activities.
public ref class SendReceiveExtension abstract
public abstract class SendReceiveExtension
type SendReceiveExtension = class
Public MustInherit Class SendReceiveExtension
- Herança
-
SendReceiveExtension
Construtores
| SendReceiveExtension() |
Inicializa uma nova instância da classe SendReceiveExtension.Initializes a new instance of the SendReceiveExtension class. |
Propriedades
| HostSettings |
Obtém as configurações de host das atividades de envio/recebimento.Gets the host settings of the send/receive activities. |
Métodos
| Cancel(Bookmark) |
Cancela a atividade especificada pelo indicador fornecido.Cancels the activity specified by the given bookmark. |
| 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) |
| OnRegisterReceive(ReceiveSettings, InstanceKey, Bookmark) |
Executa após se chamar o método RegisterReceive.Executes upon calling RegisterReceive method. |
| OnUninitializeCorrelation(InstanceKey) |
Executa quando o identificador de correlação é marcado como descartado.Executes when correlation handle is marked as disposed. |
| RegisterReceive(ReceiveSettings, InstanceKey, Bookmark) |
Registra a atividade de mensagem recebida.Registers the received message activity. |
| Send(MessageContext, SendSettings, InstanceKey, Bookmark) |
Envia a mensagem fornecida.Sends the given message. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |