ExtensionPartServiceJsonRpcDescriptor クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
によって ExtensionPartServiceJsonRpcDescriptor使用される拡張パーツのサービス記述子。
public class ExtensionPartServiceJsonRpcDescriptor : Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor, Microsoft.VisualStudio.RpcContracts.IHookableServiceJsonRpcDescriptor
type ExtensionPartServiceJsonRpcDescriptor = class
inherit ServiceJsonRpcDescriptor
interface IHookableServiceJsonRpcDescriptor
Public Class ExtensionPartServiceJsonRpcDescriptor
Inherits ServiceJsonRpcDescriptor
Implements IHookableServiceJsonRpcDescriptor
- 継承
- 実装
コンストラクター
プロパティ
ClientInterface |
クライアントの "コールバック" RPC ターゲットが実装する必要があるインターフェイスの種類を取得します。 (継承元 ServiceRpcDescriptor) |
CreateJsonRpcHook |
メソッドに現在登録されているフックを CreateJsonRpc(IJsonRpcMessageHandler) 取得します。 |
ExceptionStrategy |
例外がサービスからクライアントに伝達される方法を取得します。 これは、インスタンスの作成時に ExceptionStrategy プロパティに JsonRpc 設定されます。 (継承元 ServiceJsonRpcDescriptor) |
Formatter |
サービスで使用される書式設定を取得します。 (継承元 ServiceJsonRpcDescriptor) |
JoinableTaskFactory |
JoinableTaskFactory構築された RPC 接続に適用できる を取得します。 (継承元 ServiceRpcDescriptor) |
MessageDelimiter |
メッセージ境界を識別できるメカニズムを取得します。 に予期される値がいくつかあります ServiceJsonRpcDescriptor.MessageDelimiters。 (継承元 ServiceJsonRpcDescriptor) |
Moniker |
サービスのモニカーを取得します。 (継承元 ServiceRpcDescriptor) |
MultiplexingStream |
Nerdbank.Streams.MultiplexingStream構築されたクライアントまたはサーバーで使用できる を取得します。 (継承元 ServiceRpcDescriptor) |
MultiplexingStreamOptions |
RPC 接続を確立するための前提条件として新しい Nerdbank.Streams.MultiplexingStream を作成するときに使用するオプションを取得します。 (継承元 ServiceJsonRpcDescriptor) |
Protocol |
このインスタンスでサポートされているプロトコルのローカライズされていない名前を取得します。 (継承元 ServiceJsonRpcDescriptor) |
TraceSource |
TraceSource構築されたクライアントまたはサーバーで使用される を取得します。 (継承元 ServiceRpcDescriptor) |