|
MultiProtocolFrameParserQueuedBuffers Property
|
Gets the total number of buffers that are currently queued for processing, if any.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public int QueuedBuffers { get; }
Public ReadOnly Property QueuedBuffers As Integer
Get
public:
virtual property int QueuedBuffers {
int get () sealed;
}
abstract QueuedBuffers : int with get
override QueuedBuffers : int with get
function get_QueuedBuffers();
View SourceProperty Value
Int32Implements
IFrameParserQueuedBuffersSee Also