ICallAction.IsSynchronous 属性
如果调用是同步的并且调用方等待完成调用的行为,则为 true。 若调用是异步的、调用方立即执行并且不期待有返回值,则为 false。 默认值为 true。
命名空间: Microsoft.VisualStudio.Uml.Actions
程序集: Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)
语法
声明
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)
属性值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。