[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)
Visual Basic (Declaration)
Public Const Single As ConcurrencyMode
Dim value As ConcurrencyMode
value = ConcurrencyMode.Single
public const ConcurrencyMode Single
public:
literal ConcurrencyMode Single
public static final ConcurrencyMode Single
public const var Single : ConcurrencyMode
Windows Vista
The .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
.NET Framework
Supported in: 3.5, 3.0
Reference
ConcurrencyMode Type
System.ServiceModel Namespace