Click or drag to resize
Infosoft Logo

IVolumeServiceGetNextDistributionVolume Method

Gets the next distribution volume for a 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
GetDistributionVolumeResponse GetNextDistributionVolume(
	GetDistributionVolumeRequest request
)

Parameters

request  GetDistributionVolumeRequest
A request object, containing a title object and a volume type.

Return Value

GetDistributionVolumeResponse
A response object, containing a volume.
See Also