Class AspNetFeatureManagerBase
Base OWIN implementation of a IFeatureManager.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Application.AspNetCore.Application
Assembly: Kephas.Application.AspNetCore.dll
Syntax
public abstract class AspNetFeatureManagerBase : FeatureManagerBase, ILoggable, IFeatureManager, IAsyncInitializable, IAsyncFinalizable
Methods
| Improve this Doc View SourceFinalizeCoreAsync(IAspNetAppContext, CancellationToken)
Initializes the OWIN feature asynchronously.
Declaration
protected virtual Task FinalizeCoreAsync(IAspNetAppContext appContext, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
IAspNetAppContext | appContext | Context for the application. |
System.Threading.CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A Task. |
FinalizeCoreAsync(IAppContext, CancellationToken)
Finalizes the OWIN feature asynchronously.
Declaration
protected override sealed Task FinalizeCoreAsync(IAppContext appContext, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
IAppContext | appContext | Context for the application. |
System.Threading.CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A Task. |
Overrides
| Improve this Doc View SourceInitializeCoreAsync(IAspNetAppContext, CancellationToken)
Initializes the OWIN feature asynchronously.
Declaration
protected virtual Task InitializeCoreAsync(IAspNetAppContext appContext, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
IAspNetAppContext | appContext | Context for the application. |
System.Threading.CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A Task. |
InitializeCoreAsync(IAppContext, CancellationToken)
Initializes the OWIN feature asynchronously.
Declaration
protected override sealed Task InitializeCoreAsync(IAppContext appContext, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
IAppContext | appContext | Context for the application. |
System.Threading.CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A Task. |