|   | 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.257-beta
 Syntax
Syntaxpublic 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();
Property Value
Int32Implements
IFrameParserQueuedBuffers See Also
See Also