Step4ProcessNewCompany Method

After the user has reviewed the summary and wants to proceed, this method is invoked. It will cause the new company to be created in the database, along with all its items that have been entered in the ItemsTree beforehand

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.Wizards
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public Task ProcessNewCompany()

Return Value

Task
Task completion

Remarks

We do not use a CancellationToken here; if the user moves away from the page, the task must still be completed!

See Also