Classe SetCachedValue<T>

 

Representa uma atividade para definir um valor no cache.

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

Hierarquia de herança

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      Microsoft.Activities.SetCachedValue<T>

Sintaxe

public sealed class SetCachedValue<T> : CodeActivity
generic<typename T>
public ref class SetCachedValue sealed : CodeActivity
[<Sealed>]
type SetCachedValue<'T> = 
    class
        inherit CodeActivity
    end
Public NotInheritable Class SetCachedValue(Of T)
    Inherits CodeActivity

Parâmetros de tipo

  • T
    O tipo da atividade do código.

Construtores

Nome Descrição
System_CAPS_pubmethod SetCachedValue<T>()

Inicializa uma nova instância da classe SetCachedValue<T>.

System_CAPS_pubmethod SetCachedValue<T>(InArgument<String>, InArgument<T>)

Inicializa uma nova instância da classe SetCachedValue<T>.

System_CAPS_pubmethod SetCachedValue<T>(InArgument<String>, InArgument<T>, InArgument<Boolean>)

Inicializa uma nova instância da classe SetCachedValue<T>.

Propriedades

Nome Descrição
System_CAPS_protproperty CacheId

(herdado de Activity.)

System_CAPS_pubproperty DisplayName

(herdado de Activity.)

System_CAPS_pubproperty Id

(herdado de Activity.)

System_CAPS_protproperty ImplementationVersion

(herdado de CodeActivity.)

System_CAPS_pubproperty Name

Obtém ou define o nome do valor armazenado em cache.

System_CAPS_pubproperty Persisted

Obtém ou define se o valor armazenado em cache será mantido.

System_CAPS_pubproperty Value

Obtém ou define o valor para o valor armazenado em cache.

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

(herdado de Object.)

System_CAPS_pubmethod GetHashCode()

(herdado de Object.)

System_CAPS_pubmethod GetType()

(herdado de Object.)

System_CAPS_pubmethod ToString()

(herdado de Activity.)

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.Activities

Retornar ao topo