프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Version | string |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddFunctionError | void | ||
ApplyConfiguration | void | ||
BlobLeaseManagerHasLeaseChanged | void | ||
CreateTypeAttributes | Collection |
||
DeterminePrimaryScriptFile | string | ||
GetAssemblyFileVersion | string | ||
GetRelativeDirectory | string | ||
HandleHostError | void | ||
HandleHostError | void | ||
HttpRoutesConflict | bool | ||
IsDisabled | bool | ||
IsDynamicSku | bool | ||
LoadBindingProviders | Collection |
||
NotifyInvoker | void | ||
OnDebugModeFileChanged | void | ||
OnFileChanged | void | ||
OnUnhandledException | void | ||
ParseFunctionMetadata | |||
ParseScriptType | ScriptType | ||
PurgeOldLogDirectories | void | ||
ReadFunctions | Collection |
||
ReadFunctions | Collection |
||
RestartHost | void | ||
TryGetFunctionFromException | bool | ||
TryParseFunctionMetadata | bool | ||
ValidateFunctionName | void |
메소드 | 설명 | |
---|---|---|
CallAsync ( string method, object>.Dictionary |
||
Create ( |
||
NotifyDebug ( ) : void |
Notifies this host that it should be in debug mode.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Initialize ( ) : void | ||
ScriptHost ( Microsoft.Azure.WebJobs.Script.ScriptHostConfiguration scriptConfig ) : System |
메소드 | 설명 | |
---|---|---|
AddFunctionError ( string functionName, string error, bool isFunctionShortName = false ) : void | ||
ApplyConfiguration ( Newtonsoft.Json.Linq.JObject config, Microsoft.Azure.WebJobs.Script.ScriptHostConfiguration scriptConfig ) : void | ||
BlobLeaseManagerHasLeaseChanged ( object sender, |
||
CreateTypeAttributes ( Microsoft.Azure.WebJobs.Script.ScriptHostConfiguration scriptConfig ) : Collection |
||
DeterminePrimaryScriptFile ( Newtonsoft.Json.Linq.JObject functionConfig, string functionFiles ) : string |
Determines which script should be considered the "primary" entry point script.
|
|
GetAssemblyFileVersion ( |
||
GetRelativeDirectory ( string path, string scriptRoot ) : string | ||
HandleHostError ( |
||
HandleHostError ( Microsoft traceFilter ) : void | ||
HttpRoutesConflict ( |
||
IsDisabled ( JToken isDisabledValue ) : bool | ||
IsDynamicSku ( ) : bool | ||
LoadBindingProviders ( Microsoft.Azure.WebJobs.Script.ScriptHostConfiguration config, Newtonsoft.Json.Linq.JObject hostMetadata, Microsoft.Azure.WebJobs.Host.TraceWriter traceWriter ) : Collection |
||
NotifyInvoker ( string functionName, |
||
OnDebugModeFileChanged ( object sender, |
Whenever the debug marker file changes we update our debug timeout
|
|
OnFileChanged ( object sender, |
||
OnUnhandledException ( object sender, |
||
ParseFunctionMetadata ( string functionName, Newtonsoft.Json.Linq.JObject configMetadata ) : |
||
ParseScriptType ( string scriptFilePath ) : ScriptType | ||
PurgeOldLogDirectories ( ) : void |
Iterate through all function log directories and remove any that don't correspond to a function.
|
|
ReadFunctions ( IEnumerable |
||
ReadFunctions ( List |
||
RestartHost ( ) : void | ||
TryGetFunctionFromException ( Collection |
||
TryParseFunctionMetadata ( string functionName, Newtonsoft.Json.Linq.JObject functionConfig, HttpTriggerBindingMetadata>.Dictionary |
||
ValidateFunctionName ( string functionName ) : void |
public CallAsync ( string method, object>.Dictionary |
||
method | string | |
arguments | object>.Dictionary | |
cancellationToken | ||
리턴 | Task |
public static Create ( |
||
settingsManager | ||
scriptConfig | Microsoft.Azure.WebJobs.Script.ScriptHostConfiguration | |
리턴 |
protected ScriptHost ( Microsoft.Azure.WebJobs.Script.ScriptHostConfiguration scriptConfig ) : System | ||
scriptConfig | Microsoft.Azure.WebJobs.Script.ScriptHostConfiguration | |
리턴 | System |