.NET Framework Class Library
Single Field
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The service instance is single-threaded and does not accept reentrant calls. If the InstanceContextMode property is Single, and additional messages arrive while the instance services a call, these messages must wait until the service is available or until the messages time out.

Namespace: System.ServiceModel
Assembly:   System.ServiceModel (in System.ServiceModel.dll)

Syntax

Visual Basic (Declaration)
Public Const Single As ConcurrencyMode
Visual Basic (Usage)
Dim value As ConcurrencyMode

value = ConcurrencyMode.Single
C#
public const ConcurrencyMode Single
Visual C++
public:
literal ConcurrencyMode Single
J#
public static final ConcurrencyMode Single
JScript
public const var Single : ConcurrencyMode
XAML
Not applicable.
Platforms

Windows Vista

The .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

ConcurrencyMode Type
System.ServiceModel Namespace
Page view tracker