Click or drag to resize
Infosoft Logo

IVolumeServiceGetPreviousDistributionVolume Method

Gets the previous 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 GetPreviousDistributionVolume(
	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