ScriptFunctionInvoker Class
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 class ScriptFunctionInvoker : Microsoft.Azure.WebJobs.Script.Description.ScriptFunctionInvokerBase
type ScriptFunctionInvoker = class
inherit ScriptFunctionInvokerBase
Public Class ScriptFunctionInvoker
Inherits ScriptFunctionInvokerBase
Inheritance
Properties
Methods
CreateUserTraceWriter(TraceWriter)
(Inherited from FunctionInvokerBase )
Dispose()
(Inherited from FunctionInvokerBase )
Dispose(Boolean)
(Inherited from FunctionInvokerBase )
InitializeEnvironmentVariables(Dictionary<String,String>, String, Object, Collection<FunctionBinding>, ExecutionContext)
(Inherited from ScriptFunctionInvokerBase )
InitializeFileWatcherIfEnabled()
(Inherited from FunctionInvokerBase )
Invoke(Object[])
(Inherited from FunctionInvokerBase )
InvokeCore(Object[], FunctionInvocationContext)
IsSupportedScriptType(ScriptType)
OnError(Exception)
(Inherited from FunctionInvokerBase )
OnScriptFileChanged(Object, FileSystemEventArgs)
(Inherited from FunctionInvokerBase )
PopulateExecutionContext(ExecutionContext)
(Inherited from FunctionInvokerBase )
ProcessInputBindingsAsync(Object, String, Binder, Collection<FunctionBinding>,
Collection<FunctionBinding>, Dictionary<String,Object>, Dictionary<String,
String>)
(Inherited from ScriptFunctionInvokerBase )
ProcessOutputBindingsAsync(String, Collection<FunctionBinding>, Object, Binder, Dictionary<String,Object>)
(Inherited from ScriptFunctionInvokerBase )
TraceError(String)
(Inherited from FunctionInvokerBase )
TraceOnPrimaryHost(String, TraceLevel)
(Inherited from FunctionInvokerBase )
Applies to