Freigeben über


ScriptFunctionInvoker Klasse

Definition

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

Eigenschaften

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

Methoden

CreateUserTraceWriter(TraceWriter) (Geerbt von FunctionInvokerBase)
Dispose() (Geerbt von FunctionInvokerBase)
Dispose(Boolean) (Geerbt von FunctionInvokerBase)
InitializeEnvironmentVariables(Dictionary<String,String>, String, Object, Collection<FunctionBinding>, ExecutionContext) (Geerbt von ScriptFunctionInvokerBase)
InitializeFileWatcherIfEnabled() (Geerbt von FunctionInvokerBase)
Invoke(Object[]) (Geerbt von FunctionInvokerBase)
InvokeCore(Object[], FunctionInvocationContext)
IsSupportedScriptType(ScriptType)
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>) (Geerbt von ScriptFunctionInvokerBase)
ProcessOutputBindingsAsync(String, Collection<FunctionBinding>, Object, Binder, Dictionary<String,Object>) (Geerbt von ScriptFunctionInvokerBase)
TraceError(String) (Geerbt von FunctionInvokerBase)
TraceOnPrimaryHost(String, TraceLevel) (Geerbt von FunctionInvokerBase)

Gilt für: