C# Class Liara.MessageHandlers.LiaraMessageHandlerBase

Inheritance: System.Attribute, IDisposable
Datei anzeigen Open project: prasannavl/Liara

Public Methods

Method Description
Dispose ( ) : void
ProcessAsync ( ILiaraContext request ) : System.Threading.Tasks.Task

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ProcessAsync() public abstract method

public abstract ProcessAsync ( ILiaraContext request ) : System.Threading.Tasks.Task
request ILiaraContext
return System.Threading.Tasks.Task