'Declaration
Property DiscardOldest As Boolean
'Usage
Dim instance As _UAMonitoringParameters Dim value As Boolean instance.DiscardOldest = value value = instance.DiscardOldest
bool DiscardOldest {get; set;}
'Declaration
Property DiscardOldest As Boolean
'Usage
Dim instance As _UAMonitoringParameters Dim value As Boolean instance.DiscardOldest = value value = instance.DiscardOldest
bool DiscardOldest {get; set;}
"A boolean parameter that specifies the discard policy when the queue is full and a new Notification is to be queued. It has the following values:
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.