Click or drag to resize

TickEvent Class

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

A event that can occur during a Event
Inheritance Hierarchy
SystemObject
  MLAPI.ProfilingTickEvent

Namespace:  MLAPI.Profiling
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class TickEvent
Request Example View Source

The TickEvent type exposes the following members.

Constructors
  NameDescription
Public methodTickEvent
Initializes a new instance of the TickEvent class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromStream
Creates a TickEvent from data in the provided stream
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSerializeToStream
Writes the TickEvent data to the stream
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldBytes
The amount of bytes sent or received
Public fieldChannelName
The name of the channel
Public fieldClosed
Wheter or not the event is closed
Public fieldEventType
The type of evenmt
Public fieldMessageType
The message type
Top
See Also