SetCachedValue(Of T) Constructor
Initializes a new instance of the SetCachedValue(Of T) class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | SetCachedValue(Of T)() | Initializes a new instance of the SetCachedValue(Of T) class. |
![]() | SetCachedValue(Of T)(InArgument(Of String), InArgument(Of T)) | Initializes a new instance of the SetCachedValue(Of T) class. |
![]() | SetCachedValue(Of T)(InArgument(Of String), InArgument(Of T), InArgument(Of Boolean)) | Initializes a new instance of the SetCachedValue(Of T) class. |
SetCachedValue(Of T) Constructor ()
Initializes a new instance of the SetCachedValue(Of T) class.
SetCachedValue(Of T) Constructor (InArgument(Of String), InArgument(Of T))
Initializes a new instance of the SetCachedValue(Of T) class.
Parameters
- name
-
Type:
System.Activities.InArgument(Of String)
The name of the cached value.
- value
-
Type:
System.Activities.InArgument(Of T)
The value of the cached value.
SetCachedValue(Of T) Constructor (InArgument(Of String), InArgument(Of T), InArgument(Of Boolean))
Initializes a new instance of the SetCachedValue(Of T) class.
Public Sub New ( name As InArgument(Of String), value As InArgument(Of T), persisted As InArgument(Of Boolean) )
Parameters
- name
-
Type:
System.Activities.InArgument(Of String)
The name of the cached value.
- value
-
Type:
System.Activities.InArgument(Of T)
The value of the cached value.
- persisted
-
Type:
System.Activities.InArgument(Of Boolean)
true if the cached value is persisted; otherwise, false.
Show:
