 | ConnectionStatisticsModelReplicationOpsQueued Property |
Gets or sets the replication ops 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 ReplicationOpsQueued { get; set; }
Public Property ReplicationOpsQueued As Long
Get
Set
public:
property long long ReplicationOpsQueued {
long long get ();
void set (long long value);
}
member ReplicationOpsQueued : int64 with get, set
Property Value
Type:
Int64The replication ops queued.
See Also