Aracılığıyla paylaş


TaskAsyncActionDescriptor(MethodInfo, String, ControllerDescriptor) Oluşturucu

Tanım

TaskAsyncActionDescriptor sınıfının yeni bir örneğini başlatır.

public TaskAsyncActionDescriptor(System.Reflection.MethodInfo taskMethodInfo, string actionName, System.Web.Mvc.ControllerDescriptor controllerDescriptor);
new System.Web.Mvc.Async.TaskAsyncActionDescriptor : System.Reflection.MethodInfo * string * System.Web.Mvc.ControllerDescriptor -> System.Web.Mvc.Async.TaskAsyncActionDescriptor
Public Sub New (taskMethodInfo As MethodInfo, actionName As String, controllerDescriptor As ControllerDescriptor)

Parametreler

taskMethodInfo
MethodInfo

Görev yöntemi bilgileri.

actionName
String

Eylem adı.

controllerDescriptor
ControllerDescriptor

Denetleyici tanımlayıcısı.

Şunlara uygulanır