IBrokeredServiceContainer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a means to proffer services into IServiceBroker and access to the global IServiceBroker.
public interface IBrokeredServiceContainer
type IBrokeredServiceContainer = interface
Public Interface IBrokeredServiceContainer
- Derived
Methods
GetFullAccessServiceBroker() |
Gets an IServiceBroker with full access to all services available to this process with local credentials applied by default for all service requests. This should not be used within a brokered service, which should instead use the IServiceBroker that is given to its service factory. |
Proffer(ServiceRpcDescriptor, AuthorizingBrokeredServiceFactory) |
Proffers a service for publication via an IServiceBroker associated with this container. |
Proffer(ServiceRpcDescriptor, BrokeredServiceFactory) |
Proffers a service for publication via an IServiceBroker associated with this container. |