Condividi tramite


Proprietà ICallAction.IsSynchronous

True se la chiamata è sincrona e attende che il chiamante completamento del comportamento chiamato.False se la chiamata è asincrona e il procedere del chiamante immediato e non prevedono un valore restituito.L'impostazione predefinita = true.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Actions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
Property IsSynchronous As Boolean
bool IsSynchronous { get; set; }
property bool IsSynchronous {
    bool get ();
    void set (bool value);
}
abstract IsSynchronous : bool with get, set
function get IsSynchronous () : boolean
function set IsSynchronous (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ICallAction Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Actions