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)
屬性值
類型:Boolean
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。