PatchImpactAnalysisSolutionEdit Class¶
A class that manages the creation and update operations of a PatchImpactAnalysisSolution.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis.PatchImpactAnalysisSolutionEdit
Namespace: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis
Assembly: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis (in Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax¶
C¶
public class PatchImpactAnalysisSolutionEdit : IDisposable
VB¶
Public Class PatchImpactAnalysisSolutionEdit
Implements IDisposable
The PatchImpactAnalysisSolutionEdit type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | ProcessingState | Gets or sets the ProcessingState object to track the processing. |
![]() | State | Gets the current ProcessingState of the instance. |
Methods¶
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPatchImpactAnalysisSolution | Gets the created or updated PatchImpactAnalysisSolution object. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WaitForCompletion() | Waits indefinitely for the processing task to complete. |
![]() | WaitForCompletion(TimeSpan) | Waits for the specified timeout for the processing task to complete. |