Suoranta.EnterpriseLib.Web - Developer API

UnitProcessor<(Of <(<'TArguments, TResult>)>)> Class

Base class to enclose all actions needed in API data processing task which is being repeated many times over with varying parameters (arguments)

Namespace:  Suoranta.EnterpriseLib.Util.Net
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public abstract class UnitProcessor<TArguments, TResult>

Type Parameters

TArguments
TResult

Inheritance Hierarchy


Object
  Suoranta.EnterpriseLib.Util.Net..::..UnitProcessor<(Of <(<'TArguments, TResult>)>)>