Represents information about a stream in a StreamBase Server. Instances of this class are 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 StreamInfo : ICloneable
Public Class StreamInfo _
	Implements ICloneable
public ref class StreamInfo : ICloneable

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Clone()()()()
Clones this StreamInfo instance.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetDeltaTuples()()()()
Returns the number of tuples since the last snapshot.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNumTuples()()()()
Returns the total number of tuples on the stream since the stream was created.
GetStreamProperties()()()()
Returns the StreamProperties of the stream.
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string representation of this instance.
(Overrides Object..::..ToString()()()().)

Inheritance Hierarchy

System..::..Object
  StreamBase.SB.Monitor..::..StreamInfo

See Also