ServiceHealthModel.ServicePropertiesModel.ConcurrencyMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the concurrency mode of the WCF service.
public:
property Nullable<System::ServiceModel::ConcurrencyMode> ConcurrencyMode { Nullable<System::ServiceModel::ConcurrencyMode> get(); };
[System.Runtime.Serialization.DataMember]
public System.ServiceModel.ConcurrencyMode? ConcurrencyMode { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ConcurrencyMode : Nullable<System.ServiceModel.ConcurrencyMode>
Public ReadOnly Property ConcurrencyMode As Nullable(Of ConcurrencyMode)
Property Value
The concurrency mode of the service.
- Attributes
Remarks
A service's concurrency mode specifies whether it supports single- or multi-threaded modes of operation. For more information, see System.ServiceModel.ConcurrencyMode.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา