SweepAndCopyPortAllocations Method
Microsoft Robotics Studio
Goes through the weak references and removes de-allocated port instances
Namespace: Microsoft.Dss.Core
Assembly: DssBase (in DssBase.dll)
Version: 1.5.507.0
Syntax
public static LinkedList<WeakReference> SweepAndCopyPortAllocations()
'Declaration
Public Shared Function SweepAndCopyPortAllocations As LinkedList(Of WeakReference)
public:
static LinkedList<WeakReference^>^ SweepAndCopyPortAllocations ()
Return Value
An update list of weak references to all active ports
See Also
Diagnostics Class
Microsoft.Dss.Core Namespace