Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LoadTestGoalBasedLoadProfile::RestoreUserCountAfterRestart Method (Int32)

 

Restores the current (after restart) user count to the value it had before the restart.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

public:
virtual void RestoreUserCountAfterRestart(
	int userCountToRestore
) override

Parameters

userCountToRestore
Type: System::Int32

The user count before the restart that is used to update the current user count.

Return to top
Show: