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

IDurableActivityContext Interface

Definition

Provides functionality available to durable activities.

public interface IDurableActivityContext
type IDurableActivityContext = interface
Public Interface IDurableActivityContext
Derived

Properties

Name Description
InstanceId

Gets the instance ID of the currently executing orchestration.

Name

Gets the name of the current activity function.

Methods

Name Description
GetInput<T>()

Gets the input of the current activity function as a deserialized value.

Applies to