次の方法で共有


IServiceRemotingCallbackContract インターフェイス

定義

wcf リモート処理リスナーからクライアントへのコールバック メカニズムを提供するために実装する必要があるインターフェイスを定義します。

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

メソッド

RequestResponseAsync(ServiceRemotingMessageHeaders, Byte[])

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

SendOneWay(ServiceRemotingMessageHeaders, Byte[])

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

適用対象