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