DurableActivityContextBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Abstract base class for DurableActivityContext.
public abstract class DurableActivityContextBase
type DurableActivityContextBase = class
Public MustInherit Class DurableActivityContextBase
- Inheritance
-
System.ObjectDurableActivityContextBase
- Derived
Constructors
| DurableActivityContextBase() |
Properties
| InstanceId |
Gets the instance ID of the currently executing orchestration. |
Methods
| GetInput<T>() |
Gets the input of the current activity function as a deserialized value. |