Freigeben über


ScriptFunctionInvokerBase Klasse

Definition

public class ScriptFunctionInvokerBase : Microsoft.Azure.WebJobs.Script.Description.FunctionInvokerBase
type ScriptFunctionInvokerBase = class
    inherit FunctionInvokerBase
Public Class ScriptFunctionInvokerBase
Inherits FunctionInvokerBase
Vererbung
ScriptFunctionInvokerBase
Abgeleitet

Konstruktoren

ScriptFunctionInvokerBase(ScriptHost, FunctionMetadata, ITraceWriterFactory)

Eigenschaften

Host (Geerbt von FunctionInvokerBase)
Logger (Geerbt von FunctionInvokerBase)
Metadata (Geerbt von FunctionInvokerBase)
TraceWriter (Geerbt von FunctionInvokerBase)

Methoden

ConvertInput(Object)
CreateUserTraceWriter(TraceWriter) (Geerbt von FunctionInvokerBase)
Dispose() (Geerbt von FunctionInvokerBase)
Dispose(Boolean) (Geerbt von FunctionInvokerBase)
InitializeEnvironmentVariables(Dictionary<String,String>, String, Object, Collection<FunctionBinding>, ExecutionContext)
InitializeFileWatcherIfEnabled() (Geerbt von FunctionInvokerBase)
Invoke(Object[]) (Geerbt von FunctionInvokerBase)
InvokeCore(Object[], FunctionInvocationContext)
OnError(Exception) (Geerbt von FunctionInvokerBase)
OnScriptFileChanged(Object, FileSystemEventArgs) (Geerbt von FunctionInvokerBase)
PopulateExecutionContext(ExecutionContext) (Geerbt von FunctionInvokerBase)
ProcessInputBindingsAsync(Object, String, Binder, Collection<FunctionBinding>, Collection<FunctionBinding>, Dictionary<String,Object>, Dictionary<String, String>)
ProcessOutputBindingsAsync(String, Collection<FunctionBinding>, Object, Binder, Dictionary<String,Object>)
SetExecutionContextVariables(ExecutionContext, IDictionary<String,String>)
TraceError(String) (Geerbt von FunctionInvokerBase)
TraceOnPrimaryHost(String, TraceLevel) (Geerbt von FunctionInvokerBase)

Gilt für: