HttpSessionStateBase.SyncRoot Property

Definition

When overridden in a derived class, gets an object that can be used to synchronize access to the collection of session-state values.

public:
 virtual property System::Object ^ SyncRoot { System::Object ^ get(); };
public virtual object SyncRoot { get; }
member this.SyncRoot : obj
Public Overridable ReadOnly Property SyncRoot As Object

Property Value

An object that can be used to synchronize access to the collection.

Implements

Exceptions

Applies to