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 |
서비스에서 클라이언트로 예외가 전달되는 방식을 가져옵니다. 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) |