Click or drag to resize
IConnectionOperationQueueEntries Property
Gets how many operations are queued for this connection.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
int OperationQueueEntries { get; }

Property Value

Type: Int32
Remarks
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