CompositeEndpointDataSource 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.
Represents an EndpointDataSource whose values come from a collection of EndpointDataSource instances.
public ref class CompositeEndpointDataSource sealed : Microsoft::AspNetCore::Routing::EndpointDataSourcepublic sealed class CompositeEndpointDataSource : Microsoft.AspNetCore.Routing.EndpointDataSource, IDisposablepublic sealed class CompositeEndpointDataSource : Microsoft.AspNetCore.Routing.EndpointDataSourcetype CompositeEndpointDataSource = class
    inherit EndpointDataSource
    interface IDisposabletype CompositeEndpointDataSource = class
    inherit EndpointDataSourcePublic NotInheritable Class CompositeEndpointDataSource
Inherits EndpointDataSource
Implements IDisposablePublic NotInheritable Class CompositeEndpointDataSource
Inherits EndpointDataSource- Inheritance
- Implements
Constructors
| CompositeEndpointDataSource(IEnumerable<EndpointDataSource>) | Instantiates a CompositeEndpointDataSource object from  | 
Properties
| DataSources | Returns the collection of EndpointDataSource instances associated with the object. | 
| Endpoints | Returns a read-only collection of Endpoint instances. | 
Methods
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | 
| GetChangeToken() | Gets a IChangeToken used to signal invalidation of cached Endpoint instances. | 
| GetGroupedEndpoints(RouteGroupContext) | Get the Endpoint instances for this EndpointDataSource given the specified Prefix and Conventions. |