C# Class Liara.MessageHandlers.LiaraMessageHandlerBase

Inheritance: System.Attribute, IDisposable
Afficher le fichier Open project: prasannavl/Liara

Méthodes publiques

Méthode Description
Dispose ( ) : void
ProcessAsync ( ILiaraContext request ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ProcessAsync() public abstract méthode

public abstract ProcessAsync ( ILiaraContext request ) : System.Threading.Tasks.Task
request ILiaraContext
Résultat System.Threading.Tasks.Task