Click or drag to resize
Infosoft Logo

IVolumeServiceIncrementDistributionVolume Method

Increments the current (and previous) distribution volume for the given title and volume type.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Titles
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

Parameters

request  IncrementDistributionVolumeRequest
A request object, which contains a title, and the VolumeType for which to increment the distribution volume.

Return Value

IncrementDistributionVolumeResponse
A response object, which contains the new next distribution volume, after it's been incremented.
Remarks
This will typically move the distribution volume forwards by one day. If there's no distribution for the next day, the method will keep advancing by one day until it finds a valid distribution date.
See Also