C# Class Flatwhite.InvocationAttribute

Inheritance: MethodFilterAttribute
ファイルを表示 Open project: vanthoainguyen/Flatwhite

Public Methods

Method Description
InvocationAttribute ( _IInvocation invocation, Type taskGenericReturnType = null ) : System
OnMethodExecuting ( MethodExecutingContext methodExecutingContext ) : void
OnMethodExecutingAsync ( MethodExecutingContext actionContext ) : System.Threading.Tasks.Task

Method Details

InvocationAttribute() public method

public InvocationAttribute ( _IInvocation invocation, Type taskGenericReturnType = null ) : System
invocation _IInvocation
taskGenericReturnType System.Type
return System

OnMethodExecuting() public method

public OnMethodExecuting ( MethodExecutingContext methodExecutingContext ) : void
methodExecutingContext MethodExecutingContext
return void

OnMethodExecutingAsync() public method

public OnMethodExecutingAsync ( MethodExecutingContext actionContext ) : System.Threading.Tasks.Task
actionContext MethodExecutingContext
return System.Threading.Tasks.Task