次の方法で共有


IServiceRemotingContract インターフェイス

定義

WCF サービス リモート処理のコントラクトを定義するインターフェイス。

[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
属性

メソッド

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

一方向のメッセージをクライアントに送信します。

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

クライアントにメッセージを送信し、応答を取得します。

適用対象