C# Класс Microsoft.Azure.WebJobs.Script.Description.ScriptFunctionInvoker

Наследование: FunctionInvokerBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsSupportedScriptType ( ScriptType scriptType ) : bool

Защищенные методы

Метод Описание
InvokeCore ( object parameters, FunctionInvocationContext context ) : System.Threading.Tasks.Task

Приватные методы

Метод Описание
CreateProcess ( string path, string workingDirectory, string arguments, string>.IDictionary environmentVariables = null ) : Process
ExecuteScriptAsync ( string path, string arguments, object invocationParameters, FunctionInvocationContext context ) : System.Threading.Tasks.Task
ResolveBashPath ( ) : string
ResolveRelativePathToProgramFiles ( string relativeX86Path, string relativeX64Path, string target ) : string
ScriptFunctionInvoker ( string scriptFilePath, ScriptHost host, FunctionMetadata functionMetadata, Collection inputBindings, Collection outputBindings, ITraceWriterFactory traceWriterFactory = null ) : System

Описание методов

InvokeCore() защищенный Метод

protected InvokeCore ( object parameters, FunctionInvocationContext context ) : System.Threading.Tasks.Task
parameters object
context FunctionInvocationContext
Результат System.Threading.Tasks.Task

IsSupportedScriptType() публичный статический Метод

public static IsSupportedScriptType ( ScriptType scriptType ) : bool
scriptType ScriptType
Результат bool