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 |
取得例外狀況從服務與客戶端通訊的方式。 建立 實例時JsonRpc,ExceptionStrategy這會在 屬性上設定。 (繼承來源 ServiceJsonRpcDescriptor) |
Formatter |
取得服務所使用的格式設定。 (繼承來源 ServiceJsonRpcDescriptor) |
JoinableTaskFactory |
JoinableTaskFactory取得可套用至建構 RPC 連線的 。 (繼承來源 ServiceRpcDescriptor) |
MessageDelimiter |
取得可以辨識訊息界限的機制。 在中找到 ServiceJsonRpcDescriptor.MessageDelimiters某些預期的值。 (繼承來源 ServiceJsonRpcDescriptor) |
Moniker |
取得服務的Moniker。 (繼承來源 ServiceRpcDescriptor) |
MultiplexingStream |
Nerdbank.Streams.MultiplexingStream取得可由建構客戶端或伺服器使用的 。 (繼承來源 ServiceRpcDescriptor) |
MultiplexingStreamOptions |
取得建立新的 Nerdbank.Streams.MultiplexingStream 時要使用的選項,作為建立 RPC 連線的必要條件。 (繼承來源 ServiceJsonRpcDescriptor) |
Protocol |
取得這個實例所支援之通訊協定的非本地化名稱。 (繼承來源 ServiceJsonRpcDescriptor) |
TraceSource |
TraceSource取得要用於已建構客戶端或伺服器上的 。 (繼承來源 ServiceRpcDescriptor) |