C# 클래스 paramore.brighter.commandprocessor.policy.Attributes.UsePolicyAsyncAttribute

상속: RequestHandlerAttribute
파일 보기 프로젝트 열기: iancooper/Paramore

공개 메소드들

메소드 설명
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.

메소드 상세

GetHandlerType() 공개 메소드

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

InitializerParams() 공개 메소드

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

UsePolicyAsyncAttribute() 공개 메소드

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.
리턴 System