Click or drag to resize
InformationStreamEventArgs Class

Note: This API is now obsolete.

Provides data for the EventsAvailable event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ABB.Robotics.RobotStudio.StationsInformationStreamEventArgs

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
[ObsoleteAttribute("Use ABB.Robotics.RobotStudio.DataRecorder instead")]
public class InformationStreamEventArgs : EventArgs

The InformationStreamEventArgs type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEvents
Gets the array of events that occured during the virtual time step.EventsAvailable event.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Obsolete (compiler warning) in 1.0.0.0
See Also