Show / Hide Table of Contents

Class ClientDemoService

Inheritance
object
ClientDemoService
Implements
ITransientDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Forms
Assembly: Volo.Forms.HttpApi.Client.ConsoleTestApp.dll
Syntax
public class ClientDemoService : ITransientDependency

Constructors

ClientDemoService(IIdentityModelAuthenticationService, IConfiguration)

Declaration
public ClientDemoService(IIdentityModelAuthenticationService authenticationService, IConfiguration configuration)
Parameters
Type Name Description
IIdentityModelAuthenticationService authenticationService
IConfiguration configuration

Methods

RunAsync()

Declaration
public Task RunAsync()
Returns
Type Description
Task

Implements

Volo.Abp.DependencyInjection.ITransientDependency
In this article
Back to top Powered by Volosoft