Interface IRuntimeModelRegistry
Application service for providing runtime elements used in building the model space.
Namespace: Kephas.Model.Runtime
Assembly: Kephas.Model.dll
Syntax
[SingletonAppServiceContract(AllowMultiple = true)]
public interface IRuntimeModelRegistry
Methods
| Improve this Doc View SourceGetRuntimeElementsAsync(CancellationToken)
Gets the runtime elements.
Declaration
Task<IEnumerable<object>> GetRuntimeElementsAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type | Name | Description |
---|---|---|
System.Threading.CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.Object>> | A promise of an enumeration of runtime elements. |