PackageDeploymentResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the result of a deployment request.
public ref class PackageDeploymentResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Management.Deployment.PackageDeploymentContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PackageDeploymentResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Management.Deployment.PackageDeploymentContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PackageDeploymentResult
Public NotInheritable Class PackageDeploymentResult
- Inheritance
- Attributes
Properties
ActivityId |
Gets the activity identifier used to look up an event in Windows Event Viewer. All events of a deployment operation are logged with the same activity identifier. |
Error |
Gets the extended error code, which you can use to distinguish a specific error condition (which needs to be handled differently) from the general error indicated by the return code. |
ErrorText |
Gets extended error text for the error if the deployment operation is not successful. |
ExtendedError |
Gets the extended error code, which you can use to distinguish a specific error condition (which needs to be handled differently) from the general error indicated by the return code. |
Status |
Gets the status of the deployment request. |