BrokeredServiceRegistration Class
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.
A component that is queried and invoked at extension initialization time.
public class BrokeredServiceRegistration : IEquatable<Microsoft.VisualStudio.Extensibility.BrokeredServiceRegistration>
type BrokeredServiceRegistration = class
interface IEquatable<BrokeredServiceRegistration>
Public Class BrokeredServiceRegistration
Implements IEquatable(Of BrokeredServiceRegistration)
- Inheritance
-
BrokeredServiceRegistration
- Implements
Remarks
These are registered to service provider collection during InitializeServices(IServiceCollection) and will be consumed by extension framework.
Constructors
Properties
Configuration |
Gets the service configuration. |
Descriptor |
Gets the service descriptor. |
EqualityContract | |
FactoryMethod |
Gets the factory method to utilize if configuration does not have a type. |
Methods
<Clone>$() | |
Equals(BrokeredServiceRegistration) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(BrokeredServiceRegistration, BrokeredServiceRegistration) | |
Inequality(BrokeredServiceRegistration, BrokeredServiceRegistration) |