ReflectedAsyncActionDescriptor.CompletedMethodInfo Property

Definition

Gets the method information for the asynchronous completion method.

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

Property Value

The method information for the asynchronous completion method.

Applies to