SIFWorks ADK 2.0
Edustructures.SifWorks.Tools Namespace
NamespacesEdustructures.SifWorks.Tools

[This is preliminary documentation and is subject to change.]

[Missing namespace summary documentation for N:Edustructures.SifWorks.Tools]

Declaration Syntax
C#Visual BasicVisual C++
namespace Edustructures.SifWorks.Tools
Namespace Edustructures.SifWorks.Tools
namespace Edustructures.SifWorks.Tools
Types
All TypesClassesInterfaces
IconTypeDescription
Baton
A load balancing baton is an object issued by a LoadBalancer to grant the calling thread the right to perform the logical task associated with the baton. When the caller is finished performing the task, it must return the baton to the LoadBalancer so another thread can use it.

ILoadBalancerListener
This interface is implemented by classes that wish to be notified when a LoadBalancer's free pool increases from zero to greater than one, signaling Batons are once again available to the thread.

LoadBalancer
A LoadBalancer manages a free pool of Baton objects representing the right of a thread to perform a resource-intensive task.