Propriedade IActivity.IsSingleExecution

True se chamadas repetidas a gerar novos tokens (threads) na mesma instância de atividade. False se cada invocação instancia uma nova atividade.

Namespace:  Microsoft.VisualStudio.Uml.Activities
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
Property IsSingleExecution As Boolean
    Get
    Set
bool IsSingleExecution { get; set; }
property bool IsSingleExecution {
    bool get ();
    void set (bool value);
}
abstract IsSingleExecution : bool with get, set
function get IsSingleExecution () : boolean
function set IsSingleExecution (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IActivity Interface

Namespace Microsoft.VisualStudio.Uml.Activities