你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DurableContextExtensions Class

Definition

Defines convenient overloads for calling the context methods, for all the contexts.

public static class DurableContextExtensions
type DurableContextExtensions = class
Public Module DurableContextExtensions
Inheritance
DurableContextExtensions

Methods

Name Description
CreateReplaySafeLogger(IDurableOrchestrationContext, ILogger)

Returns an instance of ILogger that is replay safe, ensuring the logger logs only when the orchestrator is not replaying that line of code.

Applies to