Compartilhar via


IServiceRemotingCallbackContract Interface

Definição

Define a interface que deve ser implementada para fornecer o mecanismo de retorno de chamada do ouvinte de comunicação remota do wcf para o cliente.

[System.ServiceModel.ServiceContract(Namespace="urn:ServiceFabric.Communication")]
public interface IServiceRemotingCallbackContract
[<System.ServiceModel.ServiceContract(Namespace="urn:ServiceFabric.Communication")>]
type IServiceRemotingCallbackContract = interface
Public Interface IServiceRemotingCallbackContract
Atributos

Métodos

RequestResponseAsync(ServiceRemotingMessageHeaders, Byte[])

Envia uma mensagem para o cliente e obtém a resposta.

SendOneWay(ServiceRemotingMessageHeaders, Byte[])

Envia uma mensagem unidirecional para o cliente.

Aplica-se a