次の方法で共有


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

適用対象