ServiceHealthModel.ServicePropertiesModel.ConcurrencyMode Właściwość

Definicja

Pobiera tryb współbieżności usługi WCF.

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)

Wartość właściwości

Tryb współbieżności usługi.

Atrybuty

Uwagi

Tryb współbieżności usługi określa, czy obsługuje tryby jednowątkrotne operacji. Aby uzyskać więcej informacji, zobacz System.ServiceModel.ConcurrencyMode.

Dotyczy