C# 클래스 Microsoft.Azure.WebJobs.Script.Description.ScriptFunctionInvoker

상속: FunctionInvokerBase
파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script 1 사용 예제들

공개 메소드들

메소드 설명
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