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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.