Aracılığıyla paylaş


ReflectedAsyncActionDescriptor Oluşturucu

Tanım

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

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

Parametreler

asyncMethodInfo
MethodInfo

Zaman uyumsuz işlemi başlatan yöntem (adı "Asynch" ile biten yöntem) hakkında bilgi içeren bir nesne.

completedMethodInfo
MethodInfo

Tamamlama yöntemi (adı "Tamamlandı" ile biten yöntem) hakkında bilgi içeren bir nesne.

actionName
String

Eylemin adı.

controllerDescriptor
ControllerDescriptor

Denetleyici tanımlayıcısı.

Şunlara uygulanır