DataPlace
SynchronizationProgressEventArgs Class
CSCS.DataPlace.Distribution.ClientSynchronizationProgressEventArgs
Describes the overall progress of a synchronization. Each phase is comprised of multiple steps with multiple status messages.
Declaration Syntax
C#
public class SynchronizationProgressEventArgs : EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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.
Remarks
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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ToXml()()()
Converts progress to xml string

Inheritance Hierarchy
Object
EventArgs
 SynchronizationProgressEventArgs

Assembly: CS.DataPlace.Distribution.Client (Module: CS.DataPlace.Distribution.Client) Version: 1.0.3271.19816