IConnectionOperationQueueEntries Property |
Gets how many operations are queued for this connection.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int OperationQueueEntries { get; }
ReadOnly Property OperationQueueEntries As Integer
Get
property int OperationQueueEntries {
int get ();
}
abstract OperationQueueEntries : int with get
Property Value
Type:
Int32Remarks
The meaning of the term "operation" depends on the implementation of
the connection. The intent is for this to show how many writes are
queued on connections that send data to another machine; for other
types of connection the result may be zero or one. Use for diagnostic
purposes only.
See Also