Partager via


IServiceRemotingCallbackContract Interface

Définition

Définit l’interface qui doit être implémentée pour fournir un mécanisme de rappel de l’écouteur de communication à distance Wcf au client.

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

Méthodes

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

Envoie un message unidirectionnel au client.

S’applique à