Icon EDBCommsProgressEventArgs Class

The EDBCommsProgressEventArgs class is used to instantiate the parameters for the EDBCommsProgressEvent delegate.

Namespace: Elevate.ElevateDB.Data

Inherits From System.EventArgs

Properties
PropertyDescription
NumBytes: Int32Indicates the number of bytes sent/received so far for the current request/response to/from the ElevateDB Server.
PercentDone: Int32Indicates the percentage completed for the current request/response.
Image