SynchronizationAttribute.IsReEntrant 屬性

定義

取得或設定一個布林值,表示是否需要重入。

public:
 virtual property bool IsReEntrant { bool get(); };
public virtual bool IsReEntrant { get; }
member this.IsReEntrant : bool
Public Overridable ReadOnly Property IsReEntrant As Boolean

屬性值

一個布林值,表示是否需要重新進入。

備註

若需重新進入,則必須攔截並序列化當前屬性所套用的 的 Context 呼叫。

適用於