Compartir a través de


IServiceRemotingCallbackContract Interfaz

Definición

Define la interfaz que se debe implementar para proporcionar el mecanismo de devolución de llamada del agente de escucha de comunicación remota wcf al 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[])

Envía un mensaje al cliente y obtiene la respuesta.

SendOneWay(ServiceRemotingMessageHeaders, Byte[])

Envía un mensaje unidireccional al cliente.

Se aplica a