GlobalBrokeredServiceContainer.ProfferIntrinsicService 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ProfferIntrinsicService(ServiceRpcDescriptor, ServiceRegistration, BrokeredServiceFactory)
각 GlobalBrokeredServiceContainer.View에 내장된 매우 특별한 조정된 서비스를 제공합니다.
protected IDisposable ProfferIntrinsicService (Microsoft.ServiceHub.Framework.ServiceRpcDescriptor serviceDescriptor, Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceRegistration newRegistration, Microsoft.VisualStudio.Shell.ServiceBroker.BrokeredServiceFactory factory);
member this.ProfferIntrinsicService : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceRegistration * Microsoft.VisualStudio.Shell.ServiceBroker.BrokeredServiceFactory -> IDisposable
Protected Function ProfferIntrinsicService (serviceDescriptor As ServiceRpcDescriptor, newRegistration As ServiceRegistration, factory As BrokeredServiceFactory) As IDisposable
매개 변수
- serviceDescriptor
- ServiceRpcDescriptor
서비스의 ServiceRpcDescriptor입니다.
- newRegistration
- ServiceRegistration
ServiceRegistration 등록할 서비스를 나타내는 입니다.
- factory
- BrokeredServiceFactory
새 서비스를 생성하는 팩터리입니다.
반환
IDisposable 삭제될 때 서비스를 제거하는 입니다.
적용 대상
ProfferIntrinsicService(ServiceRpcDescriptor, ServiceRegistration, GlobalBrokeredServiceContainer+ViewIntrinsicBrokeredServiceFactory)
각 GlobalBrokeredServiceContainer.View에 내장된 매우 특별한 조정된 서비스를 제공합니다.
protected IDisposable ProfferIntrinsicService (Microsoft.ServiceHub.Framework.ServiceRpcDescriptor serviceDescriptor, Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceRegistration newRegistration, Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer.ViewIntrinsicBrokeredServiceFactory factory);
member this.ProfferIntrinsicService : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceRegistration * Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer.ViewIntrinsicBrokeredServiceFactory -> IDisposable
Protected Function ProfferIntrinsicService (serviceDescriptor As ServiceRpcDescriptor, newRegistration As ServiceRegistration, factory As GlobalBrokeredServiceContainer.ViewIntrinsicBrokeredServiceFactory) As IDisposable
매개 변수
- serviceDescriptor
- ServiceRpcDescriptor
서비스의 ServiceRpcDescriptor입니다.
- newRegistration
- ServiceRegistration
ServiceRegistration 등록할 서비스를 나타내는 입니다.
새 서비스를 생성하는 팩터리입니다.
반환
IDisposable 삭제될 때 서비스를 제거하는 입니다.