Version imprimable       Envoyer     
Cliquez pour évaluer et commenter
MSDN
MSDN Library
Réduire tout/Développer tout Réduire tout

We were unable to locate this content in fr-fr.

Here is the same content in en-us.

.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)

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.

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
© 2009 Microsoft Corporation. Tous droits réservés. Conditions d'utilisation | Marques | Confidentialité
Page view tracker