CSharpCodeWriter.BuildAsyncLambda(Boolean, String[]) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWritingScope BuildAsyncLambda(bool endLine, ... cli::array <System::String ^> ^ parameterNames);public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWritingScope BuildAsyncLambda(bool endLine, params string[] parameterNames);member this.BuildAsyncLambda : bool * string[] -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWritingScopePublic Function BuildAsyncLambda (endLine As Boolean, ParamArray parameterNames As String()) As CSharpCodeWritingScopeParameters
- endLine
- Boolean
- parameterNames
- String[]