TryGetCachedValue<T> Constructor

 

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

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

NameDescription
System_CAPS_pubmethodTryGetCachedValue<T>()

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

System_CAPS_pubmethodTryGetCachedValue<T>(InArgument<String>, OutArgument<T>)

Initializes a new instance of the TryGetCachedValue<T> class with the specified values.

Return to top

TryGetCachedValue<T> Constructor ()

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

public TryGetCachedValue()
Return to top

TryGetCachedValue<T> Constructor (InArgument<String>, OutArgument<T>)

Initializes a new instance of the TryGetCachedValue<T> class with the specified values.

public TryGetCachedValue(
	InArgument<string> name,
	OutArgument<T> value
)

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.

Return to top
Show: