Describes the overall progress of a synchronization.
Each phase is comprised of multiple steps with multiple status messages.
| C# |
public class SynchronizationProgressEventArgs : EventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SynchronizationProgressEventArgs()()() |
c'tor
| |
| SynchronizationProgressEventArgs(Double, String, String, String, String) |
c'tor
| |
| SynchronizationProgressEventArgs(Double, String, String, String, String, Exception) |
c'tor
| |
| DateTime |
DateTime of the status message
| |
| Equals(Object) | (Inherited from Object.) | |
| Error |
Exception that occurred as part of this status message, if any
| |
| ErrorText |
Exception error text as part of this error, if any.
Exceptions from the server side package engine are returned to the client as errortext
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FromXml(String) |
Creates a SynchronizationProgressEventArgs from a Xml string
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PercentageComplete |
Overall percentage complete
| |
| PhaseName |
Phase Name
| |
| StatusMessage |
Status Message
| |
| StepName |
Step of the current phase
| |
| ToString()()() | (Inherited from Object.) | |
| ToXml()()() |
Converts progress to xml string
|