PackageCreatePackage Method (Package, PackageRequest, PackageResponse) | |
Creates a full Sox.Package object from a Sox.Package, Sox.PackageRequest, and Sox.PackageResponse objects
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public static Package CreatePackage(
Package pkg,
PackageRequest packageRequest,
PackageResponse packageResponse
)
public:
static Package^ CreatePackage(
Package^ pkg,
PackageRequest^ packageRequest,
PackageResponse^ packageResponse
)
PSI.Sox.Package.CreatePackage = function(pkg, packageRequest, packageResponse);
Parameters
- pkg
- Type: PSI.SoxPackage
Package - packageRequest
- Type: PSI.SoxPackageRequest
Package Request - packageResponse
- Type: PSI.SoxPackageResponse
Package Response
Return Value
Type:
PackagePackageSee Also