Processes up password conversions for up to 3000 seconds before returning results
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult UpgradeUsers_Batch( int? totalSucceeded, int? totalFailed, int? lastFailedId )
Parameters
- totalSucceeded
- Type: SystemNullableInt32
- totalFailed
- Type: SystemNullableInt32
- lastFailedId
- Type: SystemNullableInt32
Return Value
Type: JsonResultSee Also