Compartir a través de


IServiceRemotingCallbackContract Interfaz

Definición

Define la interfaz que se debe implementar para proporcionar un mecanismo de devolución de llamada desde el 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

SendOneWay(ArraySegment<Byte>, IEnumerable<ArraySegment<Byte>>)

Envía un mensaje unidireccional al cliente.

Se aplica a