Compartir a través de


ICallAction.IsSynchronous (Propiedad)

Es true si la llamada es sincrónica y el llamador espera a que finalice el comportamiento invocado.Es false si la llamada es asincrónica y el llamador continúa inmediatamente y no espera un valor devuelto.Valor predeterminado = true.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Actions
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ICallAction Interfaz

Microsoft.VisualStudio.Uml.Actions (Espacio de nombres)