ResolvedDestinationCollection 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 a collection of resolved destinations.
public sealed class ResolvedDestinationCollection
type ResolvedDestinationCollection = class
Public NotInheritable Class ResolvedDestinationCollection
- Inheritance
-
ResolvedDestinationCollection
Constructors
| Name | Description |
|---|---|
| ResolvedDestinationCollection(IReadOnlyDictionary<String,DestinationConfig>, IChangeToken) | |
Properties
| Name | Description |
|---|---|
| ChangeToken |
Gets the optional change token used to signal when this collection should be refreshed. |
| Destinations |
Gets the map of destination names to destination configurations. |