FunctionAssemblyLoader.CreateOrUpdateContext メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public Microsoft.Azure.WebJobs.Script.Description.FunctionAssemblyLoadContext CreateOrUpdateContext(Microsoft.Azure.WebJobs.Script.Description.FunctionMetadata metadata, System.Reflection.Assembly functionAssembly, Microsoft.Azure.WebJobs.Script.Description.IFunctionMetadataResolver metadataResolver, Microsoft.Azure.WebJobs.Host.TraceWriter traceWriter, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
member this.CreateOrUpdateContext : Microsoft.Azure.WebJobs.Script.Description.FunctionMetadata * System.Reflection.Assembly * Microsoft.Azure.WebJobs.Script.Description.IFunctionMetadataResolver * Microsoft.Azure.WebJobs.Host.TraceWriter * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.Azure.WebJobs.Script.Description.FunctionAssemblyLoadContext
Public Function CreateOrUpdateContext (metadata As FunctionMetadata, functionAssembly As Assembly, metadataResolver As IFunctionMetadataResolver, traceWriter As TraceWriter, loggerFactory As ILoggerFactory) As FunctionAssemblyLoadContext
パラメーター
- metadata
- FunctionMetadata
- functionAssembly
- Assembly
- metadataResolver
- IFunctionMetadataResolver
- traceWriter
- Microsoft.Azure.WebJobs.Host.TraceWriter
- loggerFactory
- ILoggerFactory
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET