Share via


PipelineCollection.SyncRoot Property (BCL)

The SyncRoot property is a read-only Object that gets an object that can be used for synchronized access to the collection.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property SyncRoot As System.Object

[C#]

public virtual System.Object SyncRoot{get;} 

Property Value

An object that can be used for synchronized access to the collection.

Implements

System.Collections.ICollections

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Pipelines

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.