TryGetCachedValue<T> Constructor
Initializes a new instance of the TryGetCachedValue<T> class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | TryGetCachedValue<T>() | Initializes a new instance of the TryGetCachedValue<T> class. |
![]() | TryGetCachedValue<T>(InArgument<String>, OutArgument<T>) | Initializes a new instance of the TryGetCachedValue<T> class with the specified values. |
TryGetCachedValue<T> Constructor ()
Initializes a new instance of the TryGetCachedValue<T> class.
TryGetCachedValue<T> Constructor (InArgument<String>, OutArgument<T>)
Initializes a new instance of the TryGetCachedValue<T> class with the specified values.
Parameters
- name
-
Type:
System.Activities.InArgument<String>
The name of the cached value.
- value
-
Type:
System.Activities.OutArgument<T>
The value of the cached value.
Show:
