HttpFileCollectionWrapper.IsSynchronized Propriedade

Definição

Obtém um valor que indica se o acesso à coleção é thread-safe.Gets a value that indicates whether access to the collection is thread-safe.

public:
 virtual property bool IsSynchronized { bool get(); };
public override bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public Overrides ReadOnly Property IsSynchronized As Boolean

Valor da propriedade

Boolean

true Se o acesso for sincronizado (thread-safe); caso contrário, false .true if access is synchronized (thread-safe); otherwise, false. O padrão é false.The default is false.

Aplica-se a