ICollectingOperation Interface

Represents an operation that collects a Inedo.Extensibility.Configurations.PersistedConfiguration from a server.

Inheritance Hierarchy

Syntax

public interface ICollectingOperation

Methods

Name Description
CollectAsync(IOperationCollectionContext context)

Collects the configuration from a server.

StoreAsync(Inedo.Extensibility.Configurations.PersistedConfiguration config, Inedo.Extensibility.Configurations.ConfigurationPersistenceContext context)

Stores the specified configuration.