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 인터페이스입니다.
- 상속
- 특성
생성자
ServiceJsonRpcDescriptor<T>(ServiceJsonRpcDescriptor<T>) |
클래스의 ServiceJsonRpcDescriptor<T> 새 instance 초기화하고 템플릿 instance 따라 모든 필드를 초기화합니다. |
ServiceJsonRpcDescriptor<T>(ServiceMoniker, ServiceJsonRpcDescriptor+Formatters, ServiceJsonRpcDescriptor+MessageDelimiters) |
ServiceJsonRpcDescriptor<T> 클래스의 새 인스턴스를 초기화합니다. |
ServiceJsonRpcDescriptor<T>(ServiceMoniker, Type, ServiceJsonRpcDescriptor+Formatters, ServiceJsonRpcDescriptor+MessageDelimiters) |
ServiceJsonRpcDescriptor<T> 클래스의 새 인스턴스를 초기화합니다. |
속성
ClientInterface |
클라이언트의 "콜백" RPC 대상이 구현해야 하는 인터페이스 형식을 가져옵니다. (다음에서 상속됨 ServiceRpcDescriptor) |
ExceptionStrategy |
서비스에서 클라이언트로 예외가 전달되는 방식을 가져옵니다. instance 만들 때 속성에 ExceptionStrategyJsonRpc 설정됩니다. (다음에서 상속됨 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 |
이 instance 지원하는 프로토콜의 지역화되지 않은 이름을 가져옵니다. (다음에서 상속됨 ServiceJsonRpcDescriptor) |
TraceSource |
TraceSource 생성된 클라이언트 또는 서버에서 사용할 을 가져옵니다. (다음에서 상속됨 ServiceRpcDescriptor) |