SynchronizationAttribute.REQUIRES_NEW 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示該屬性所應用的類別必須在每次都帶有新同步屬性實例的上下文中建立。 此欄位是常數。
public: int REQUIRES_NEW = 8;
public const int REQUIRES_NEW = 8;
val mutable REQUIRES_NEW : int
Public Const REQUIRES_NEW As Integer = 8