Sdílet prostřednictvím


LoadTestLoadProfile.RestoreUserCountAfterRestart – metoda

Hodnota, kterou měla před restartování obnoví aktuální počet uživatelů.

Obor názvů:  Microsoft.VisualStudio.TestTools.LoadTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (v Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

'Deklarace
Public Overridable Sub RestoreUserCountAfterRestart ( _
    userCountToRestore As Integer _
)
public virtual void RestoreUserCountAfterRestart(
    int userCountToRestore
)
public:
virtual void RestoreUserCountAfterRestart(
    int userCountToRestore
)
abstract RestoreUserCountAfterRestart : 
        userCountToRestore:int -> unit 
override RestoreUserCountAfterRestart : 
        userCountToRestore:int -> unit 
public function RestoreUserCountAfterRestart(
    userCountToRestore : int
)

Parametry

  • userCountToRestore
    Typ: System.Int32
    Počet uživatelů před minulého restartování.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

LoadTestLoadProfile Třída

Microsoft.VisualStudio.TestTools.LoadTesting – obor názvů