ReflectedAsyncActionDescriptor.AsyncMethodInfo Property

Definition

Gets the method information for the asynchronous action method.

public System.Reflection.MethodInfo AsyncMethodInfo { get; }
member this.AsyncMethodInfo : System.Reflection.MethodInfo
Public ReadOnly Property AsyncMethodInfo As MethodInfo

Property Value

The method information for the asynchronous action method.

Applies to