Share via


RemoveCachedValue Constructor

 

Initializes a new instance of the RemoveCachedValue class.

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

Overload List

Name Description
System_CAPS_pubmethod RemoveCachedValue()

Initializes a new instance of the RemoveCachedValue class.

System_CAPS_pubmethod RemoveCachedValue(InArgument<String>)

Initializes a new instance of the RemoveCachedValue class.

See Also

RemoveCachedValue Class
Microsoft.Activities Namespace

Return to top

RemoveCachedValue Constructor ()

Initializes a new instance of the RemoveCachedValue class.

Syntax

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

Return to top

RemoveCachedValue Constructor (InArgument<String>)

Initializes a new instance of the RemoveCachedValue class.

Syntax

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

Parameters

Return to top