Click or drag to resize
Infosoft Logo

IVolumeServiceGetNextDistributionVolumeAfterDate Method

Gets the next distribution volume for a given title, after a given date.

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

Parameters

request  GetDistributionVolumeAfterDateRequest
A request object, containing a title object and a base date.

Return Value

GetDistributionVolumeResponse
A response object, containing a volume.
See Also