Interface IHostedServicesCollectionOptionsProvider<T>
Namespace: Coree.NETStandard.Options
Assembly: Coree.NETStandard.dll
Syntax
public interface IHostedServicesCollectionOptionsProvider<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Edit this page View SourceEnqueue(T)
Declaration
void Enqueue(T item)
Parameters
| Type | Name | Description |
|---|---|---|
| T | item |
MoveNext()
Declaration
T MoveNext()
Returns
| Type | Description |
|---|---|
| T |