MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsmetaProceed­Async
Open sandboxFocus

meta.ProceedAsync Method

ProceedAsync()

Synonym to Proceed(), but the return type is exposed as a Task<dynamic?>. Only use this method when the return type of the method or accessor is task-like. Note that the actual return type of the overridden method or accessor is the one of the overwritten semantic, so it can be a void System.Threading.Tasks.Task, a ValueType, or any other type.

Declaration
public static Task<dynamic> ProceedAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Object>
See Also