An operation that will collect configuration from a server.
Name | Description | |
---|---|---|
CollectOperation |
Initializes a new instance of the CollectOperation class. |
Name | Description | |
---|---|---|
CollectAsync(IOperationCollectionContext context) |
Collects the configuration from a server. |
|
Complete(Inedo.Extensibility.Configurations.PersistedConfiguration config) |
Returns a System.Threading.Tasks.Task`1 that can be returned from the CollectAsync(IOperationCollectionContext context) method to indicate that the operation completed synchronously. |
|
StoreAsync(Inedo.Extensibility.Configurations.PersistedConfiguration config, Inedo.Extensibility.Configurations.ConfigurationPersistenceContext context) |
Stores the specified configuration. |