Show / Hide Table of Contents

Class AbpHostExtensions

Inheritance
object
AbpHostExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.Hosting
Assembly: Volo.Abp.Core.dll
Syntax
public static class AbpHostExtensions

Methods

InitializeAsync(IHost)

Declaration
public static Task InitializeAsync(this IHost host)
Parameters
Type Name Description
IHost host
Returns
Type Description
Task
In this article
Back to top Powered by ABP.IO Platform