ServiceJsonRpcDescriptor<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
支援 JSON-RPC 之服務的 RPC 描述元。
generic <typename T>
where T : classpublic ref class ServiceJsonRpcDescriptor : Microsoft::ServiceHub::Framework::ServiceJsonRpcDescriptor
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")]
public class ServiceJsonRpcDescriptor<T> : Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor where T : class
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")>]
type ServiceJsonRpcDescriptor<'T (requires 'T : null)> = class
inherit ServiceJsonRpcDescriptor
Public Class ServiceJsonRpcDescriptor(Of T)
Inherits ServiceJsonRpcDescriptor
類型參數
- T
用來呼叫服務的 RPC 介面。
- 繼承
- 屬性
建構函式
屬性
ClientInterface |
取得用戶端的「回呼」RPC 目標預期實作的介面類型。 (繼承來源 ServiceRpcDescriptor) |
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) |