Freigeben über


IServiceRemotingContract Schnittstelle

Definition

Schnittstelle, die den Vertrag für WCF-Dienstremoting definiert.

[System.ServiceModel.ServiceContract(CallbackContract=typeof(Microsoft.ServiceFabric.Services.Remoting.V2.Wcf.IServiceRemotingCallbackContract), Namespace="urn:ServiceFabric.Communication")]
public interface IServiceRemotingContract
[<System.ServiceModel.ServiceContract(CallbackContract=typeof(Microsoft.ServiceFabric.Services.Remoting.V2.Wcf.IServiceRemotingCallbackContract), Namespace="urn:ServiceFabric.Communication")>]
type IServiceRemotingContract = interface
Public Interface IServiceRemotingContract
Attribute

Methoden

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

Sendet eine unidirektionale Nachricht an den Client.

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

Sendet eine Nachricht an den Client und ruft die Antwort ab.

Gilt für: