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

Inheritance: RequestHandlerAttribute
Afficher le fichier Open project: iancooper/Paramore

Méthodes publiques

Méthode 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 méthode

Gets the type of the handler.
public GetHandlerType ( ) : Type
Résultat System.Type

InitializerParams() public méthode

Initializers the parameters.
public InitializerParams ( ) : object[]
Résultat object[]

UsePolicyAsyncAttribute() public méthode

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.
Résultat System