 | ConnectionStatisticsModelReplicationBytesQueued Property |
Gets or sets the replication bytes queued.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic long ReplicationBytesQueued { get; set; }
Public Property ReplicationBytesQueued As Long
Get
Set
public:
property long long ReplicationBytesQueued {
long long get ();
void set (long long value);
}
member ReplicationBytesQueued : int64 with get, set
Property Value
Type:
Int64The replication bytes queued.
See Also