ServiceActivationOptions.ClientRpcTarget プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアントが要求されたサービスに提供する RPC ターゲットを取得または設定し、サービスがクライアントでメンバーを呼び出すことができるようにします。
public:
property System::Object ^ ClientRpcTarget { System::Object ^ get(); void set(System::Object ^ value); };
[Newtonsoft.Json.JsonIgnore]
[System.Runtime.Serialization.IgnoreDataMember]
public object? ClientRpcTarget { get; set; }
[Newtonsoft.Json.JsonIgnore]
[System.Runtime.Serialization.IgnoreDataMember]
[System.Text.Json.Serialization.JsonIgnore]
public object? ClientRpcTarget { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonIgnore>]
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.ClientRpcTarget : obj with get, set
[<Newtonsoft.Json.JsonIgnore>]
[<System.Runtime.Serialization.IgnoreDataMember>]
[<System.Text.Json.Serialization.JsonIgnore>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ClientRpcTarget : obj with get, set
Public Property ClientRpcTarget As Object
プロパティ値
- 属性
-
Newtonsoft.Json.JsonIgnoreAttribute IgnoreDataMemberAttribute JsonIgnoreAttribute IsReadOnlyAttribute
注釈
このオブジェクトはシリアル化されません。 サービスがローカルで使用可能な場合、このオブジェクトはサービスで直接使用できるようになります。 サービスがリモートの場合、 などの RemoteServiceBroker リモート サービス ブローカー クライアントは、RPC 接続の設定時にこのオブジェクトをローカル RPC ターゲットとして設定し、サービス側は に ClientInterface指定された型に基づいてこのオブジェクトのプロキシを設定する必要があります。