GlobalBrokeredServiceContainer.ProfferIntrinsicService Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ProfferIntrinsicService(ServiceRpcDescriptor, ServiceRegistration, BrokeredServiceFactory) |
Создание очень специальной брокерской службы, которая является неотъемлемой частью каждого GlobalBrokeredServiceContainer.View. |
ProfferIntrinsicService(ServiceRpcDescriptor, ServiceRegistration, GlobalBrokeredServiceContainer+ViewIntrinsicBrokeredServiceFactory) |
Создание очень специальной брокерской службы, которая является неотъемлемой частью каждого GlobalBrokeredServiceContainer.View. |
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 , который удаляет службу при удалении.