Condividi tramite


RazorParser.CreateParseTask Metodo

Definizione

Overload

CreateParseTask(TextReader, ParserVisitor)

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Crea un'attività che analizza un oggetto specificato.

CreateParseTask(TextReader, Action<Span>, Action<RazorError>)

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Crea un'attività che analizza un oggetto specificato.

CreateParseTask(TextReader, Action<Span>, Action<RazorError>, CancellationToken)

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Crea un'attività che analizza un oggetto specificato.

CreateParseTask(TextReader, Action<Span>, Action<RazorError>, SynchronizationContext)

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Crea un'attività che analizza un oggetto specificato.

CreateParseTask(TextReader, Action<Span>, Action<RazorError>, SynchronizationContext, CancellationToken)

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Crea un'attività che analizza un oggetto specificato.

CreateParseTask(TextReader, ParserVisitor)

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Crea un'attività che analizza un oggetto specificato.

public virtual System.Threading.Tasks.Task CreateParseTask (System.IO.TextReader input, System.Web.Razor.Parser.ParserVisitor consumer);
abstract member CreateParseTask : System.IO.TextReader * System.Web.Razor.Parser.ParserVisitor -> System.Threading.Tasks.Task
override this.CreateParseTask : System.IO.TextReader * System.Web.Razor.Parser.ParserVisitor -> System.Threading.Tasks.Task
Public Overridable Function CreateParseTask (input As TextReader, consumer As ParserVisitor) As Task

Parametri

input
TextReader

Oggetto da analizzare.

consumer
ParserVisitor

Cliente.

Restituisce

Oggetto Task creato.

Si applica a

CreateParseTask(TextReader, Action<Span>, Action<RazorError>)

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Crea un'attività che analizza un oggetto specificato.

public virtual System.Threading.Tasks.Task CreateParseTask (System.IO.TextReader input, Action<System.Web.Razor.Parser.SyntaxTree.Span> spanCallback, Action<System.Web.Razor.Parser.SyntaxTree.RazorError> errorCallback);
abstract member CreateParseTask : System.IO.TextReader * Action<System.Web.Razor.Parser.SyntaxTree.Span> * Action<System.Web.Razor.Parser.SyntaxTree.RazorError> -> System.Threading.Tasks.Task
override this.CreateParseTask : System.IO.TextReader * Action<System.Web.Razor.Parser.SyntaxTree.Span> * Action<System.Web.Razor.Parser.SyntaxTree.RazorError> -> System.Threading.Tasks.Task
Public Overridable Function CreateParseTask (input As TextReader, spanCallback As Action(Of Span), errorCallback As Action(Of RazorError)) As Task

Parametri

input
TextReader

Oggetto da analizzare.

spanCallback
Action<Span>

Callback dell'intervallo.

errorCallback
Action<RazorError>

Callback dell'errore.

Restituisce

Oggetto Task creato.

Si applica a

CreateParseTask(TextReader, Action<Span>, Action<RazorError>, CancellationToken)

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Crea un'attività che analizza un oggetto specificato.

public virtual System.Threading.Tasks.Task CreateParseTask (System.IO.TextReader input, Action<System.Web.Razor.Parser.SyntaxTree.Span> spanCallback, Action<System.Web.Razor.Parser.SyntaxTree.RazorError> errorCallback, System.Threading.CancellationToken cancelToken);
abstract member CreateParseTask : System.IO.TextReader * Action<System.Web.Razor.Parser.SyntaxTree.Span> * Action<System.Web.Razor.Parser.SyntaxTree.RazorError> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.CreateParseTask : System.IO.TextReader * Action<System.Web.Razor.Parser.SyntaxTree.Span> * Action<System.Web.Razor.Parser.SyntaxTree.RazorError> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function CreateParseTask (input As TextReader, spanCallback As Action(Of Span), errorCallback As Action(Of RazorError), cancelToken As CancellationToken) As Task

Parametri

input
TextReader

Oggetto da analizzare.

spanCallback
Action<Span>

Callback dell'intervallo.

errorCallback
Action<RazorError>

Callback dell'errore.

cancelToken
CancellationToken

Token di annullamento.

Restituisce

Oggetto Task creato.

Si applica a

CreateParseTask(TextReader, Action<Span>, Action<RazorError>, SynchronizationContext)

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Crea un'attività che analizza un oggetto specificato.

public virtual System.Threading.Tasks.Task CreateParseTask (System.IO.TextReader input, Action<System.Web.Razor.Parser.SyntaxTree.Span> spanCallback, Action<System.Web.Razor.Parser.SyntaxTree.RazorError> errorCallback, System.Threading.SynchronizationContext context);
abstract member CreateParseTask : System.IO.TextReader * Action<System.Web.Razor.Parser.SyntaxTree.Span> * Action<System.Web.Razor.Parser.SyntaxTree.RazorError> * System.Threading.SynchronizationContext -> System.Threading.Tasks.Task
override this.CreateParseTask : System.IO.TextReader * Action<System.Web.Razor.Parser.SyntaxTree.Span> * Action<System.Web.Razor.Parser.SyntaxTree.RazorError> * System.Threading.SynchronizationContext -> System.Threading.Tasks.Task
Public Overridable Function CreateParseTask (input As TextReader, spanCallback As Action(Of Span), errorCallback As Action(Of RazorError), context As SynchronizationContext) As Task

Parametri

input
TextReader

Oggetto da analizzare.

spanCallback
Action<Span>

Callback dell'intervallo.

errorCallback
Action<RazorError>

Callback dell'errore.

context
SynchronizationContext

Contesto.

Restituisce

Oggetto Task creato.

Si applica a

CreateParseTask(TextReader, Action<Span>, Action<RazorError>, SynchronizationContext, CancellationToken)

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Crea un'attività che analizza un oggetto specificato.

public virtual System.Threading.Tasks.Task CreateParseTask (System.IO.TextReader input, Action<System.Web.Razor.Parser.SyntaxTree.Span> spanCallback, Action<System.Web.Razor.Parser.SyntaxTree.RazorError> errorCallback, System.Threading.SynchronizationContext context, System.Threading.CancellationToken cancelToken);
abstract member CreateParseTask : System.IO.TextReader * Action<System.Web.Razor.Parser.SyntaxTree.Span> * Action<System.Web.Razor.Parser.SyntaxTree.RazorError> * System.Threading.SynchronizationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.CreateParseTask : System.IO.TextReader * Action<System.Web.Razor.Parser.SyntaxTree.Span> * Action<System.Web.Razor.Parser.SyntaxTree.RazorError> * System.Threading.SynchronizationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function CreateParseTask (input As TextReader, spanCallback As Action(Of Span), errorCallback As Action(Of RazorError), context As SynchronizationContext, cancelToken As CancellationToken) As Task

Parametri

input
TextReader

Oggetto da analizzare.

spanCallback
Action<Span>

Callback dell'intervallo.

errorCallback
Action<RazorError>

Callback dell'errore.

context
SynchronizationContext

Contesto.

cancelToken
CancellationToken

Token di annullamento.

Restituisce

Oggetto Task creato.

Si applica a