Represents information about a parallel module in a StreamBase Server. Instances of this class should be retrieved from a Snapshot.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ModuleInfo : ICloneable
Public Class ModuleInfo _
	Implements ICloneable
public ref class ModuleInfo : ICloneable

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Clone()()()()
Clones this ModuleInfo instance.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetName()()()()
Gets the name of the thread.
GetNumTasks()()()()
Gets the number of tasks on the task queue.
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Name
Gets the name of the thread.
NumTasks
Gets the number of tasks on the task queue.
Queues
Gets a ValueCollection of ModuleInfo..::..QueueInfos which contains information about each queue
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  StreamBase.SB.Monitor..::..ModuleInfo

See Also