Method GetAsyncInfoGetAsyncInfo(IType)Gets the AsyncInfo for a type. Declaration Full screenpublic static AsyncInfo GetAsyncInfo(this IType type) Parameters Type Name Description IType type Typically the return type of a method, e.g. Task, ValueTask<T>, void... Returns Type Description AsyncInfo