ICallAction.IsSynchronous Property
True if the call is synchronous and the caller waits for completion of the invoked behavior. False if the call is asynchronous and the caller proceeds immediately and does not expect a return value. Default = true.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
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)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.