TickEvent Class |
[This is preliminary documentation and is subject to change.]
Namespace: MLAPI.Profiling
The TickEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromStream |
Creates a TickEvent from data in the provided stream
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SerializeToStream |
Writes the TickEvent data to the stream
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Bytes |
The amount of bytes sent or received
| |
| ChannelName |
The name of the channel
| |
| Closed |
Wheter or not the event is closed
| |
| EventType |
The type of evenmt
| |
| MessageType |
The message type
|