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: 11.1.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) (Inherited from Object.)
GetDeltaTuples()()()()
Returns the number of tuples since the last snapshot.
GetHashCode()()()() (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()()()() (Inherited from Object.)
ToString()()()()
Returns a string representation of this instance.
(Overrides Object..::..ToString()()()().)

Inheritance Hierarchy

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

See Also