You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > UpgradeUsers_Batch Method

AccountControllerUpgradeUsers_Batch Method

AuctionWorx 3.5 API
Processes up password conversions for up to 3000 seconds before returning results

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: JsonResult
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.