PowerShellFunctionInvoker Class

Definition

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

Properties

Host (Inherited from FunctionInvokerBase)
Logger (Inherited from FunctionInvokerBase)
Metadata (Inherited from FunctionInvokerBase)
TraceWriter (Inherited from FunctionInvokerBase)

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)
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