TaskAsyncActionDescriptor.TaskMethodInfo Property

Definition

Gets information for the asynchronous task.

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

Property Value

Information for the asynchronous task.

Applies to