C# Class paramore.brighter.commandprocessor.policy.Attributes.UsePolicyAsyncAttribute

Inheritance: RequestHandlerAttribute
Mostrar archivo Open project: iancooper/Paramore

Public Methods

Method Description
GetHandlerType ( ) : Type

Gets the type of the handler.

InitializerParams ( ) : object[]

Initializers the parameters.

UsePolicyAsyncAttribute ( string policy, int step ) : System

Initializes a new instance of the UsePolicyAsyncAttribute class.

Method Details

GetHandlerType() public method

Gets the type of the handler.
public GetHandlerType ( ) : Type
return System.Type

InitializerParams() public method

Initializers the parameters.
public InitializerParams ( ) : object[]
return object[]

UsePolicyAsyncAttribute() public method

Initializes a new instance of the UsePolicyAsyncAttribute class.
public UsePolicyAsyncAttribute ( string policy, int step ) : System
policy string The policy key, used as a lookup into an .
step int The step.
return System