Share via


GetCachedValue<T> Constructor

 

Initializes a new instance of the GetCachedValue<T> class.

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

Overload List

Name Description
System_CAPS_pubmethod GetCachedValue<T>()

Initializes a new instance of the GetCachedValue<T> class.

System_CAPS_pubmethod GetCachedValue<T>(InArgument<String>)

Initializes a new instance of the GetCachedValue<T> class.

See Also

GetCachedValue<T> Class
Microsoft.Activities Namespace

Return to top

GetCachedValue<T> Constructor ()

Initializes a new instance of the GetCachedValue<T> class.

Syntax

public GetCachedValue()
public:
GetCachedValue()
new : unit -> GetCachedValue
Public Sub New

Return to top

GetCachedValue<T> Constructor (InArgument<String>)

Initializes a new instance of the GetCachedValue<T> class.

Syntax

public GetCachedValue(
    InArgument<string> name
)
public:
GetCachedValue(
    InArgument<String^>^ name
)
new : 
        name:InArgument<string> -> GetCachedValue
Public Sub New (
    name As InArgument(Of String)
)

Parameters

Return to top