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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.