GetCachedValue(Of T) Constructor

 

Initializes a new instance of the GetCachedValue(Of T) class.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

NameDescription
System_CAPS_pubmethodGetCachedValue(Of T)()

Initializes a new instance of the GetCachedValue(Of T) class.

System_CAPS_pubmethodGetCachedValue(Of T)(InArgument(Of String))

Initializes a new instance of the GetCachedValue(Of T) class.

Return to top

GetCachedValue(Of T) Constructor ()

Initializes a new instance of the GetCachedValue(Of T) class.

Public Sub New
Return to top

GetCachedValue(Of T) Constructor (InArgument(Of String))

Initializes a new instance of the GetCachedValue(Of T) class.

Public Sub New (
	name As InArgument(Of String)
)

Parameters

name
Type: System.Activities.InArgument(Of String)

The name associated with this instance.

Return to top
Show: