QueueDepthLimit Property
Microsoft Robotics Studio
Maximum queue depth (number of pending operations) across all types supported for this port.
Namespace: Microsoft.Dss.Core.Attributes
Assembly: DssBase (in DssBase.dll)
Version: 1.5.507.0
Syntax
public int QueueDepthLimit{ get; set;}
'Declaration
Public Property QueueDepthLimit As Integer
public:
property int QueueDepthLimit {
int get ();
void set (int value);
}
See Also
ServicePortAttribute Class
Microsoft.Dss.Core.Attributes Namespace