|   | MultiProtocolFrameParserQueuedOutputs Property | 
        
        
            Gets the total number of frames that are currently queued for publication, if any.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic int QueuedOutputs { get; }Public ReadOnly Property QueuedOutputs As Integer
	Get
public:
virtual property int QueuedOutputs {
	int get () sealed;
}abstract QueuedOutputs : int with get
override QueuedOutputs : int with get
function get_QueuedOutputs();
Property Value
Int32Implements
IFrameParserQueuedOutputs See Also
See Also