SynchronizationAttribute.REQUIRES_NEW 欄位

定義

表示該屬性所應用的類別必須在每次都帶有新同步屬性實例的上下文中建立。 此欄位是常數。

public: int REQUIRES_NEW = 8;
public const int REQUIRES_NEW = 8;
val mutable REQUIRES_NEW : int
Public Const REQUIRES_NEW As Integer  = 8

欄位值

Value = 8

適用於