MLAPI.Profiling.TickEvent
A event that can occur during a Event
#
Inherited MembersObject.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: MLAPI.dll#
Syntax#
Fields#
BytesThe amount of bytes sent or received
#
Declaration#
Field ValueType | Description |
---|---|
System.UInt32 |
#
ChannelNameThe name of the channel
#
Declaration#
Field ValueType | Description |
---|---|
System.String |
#
ClosedWhether or not the event is closed
#
Declaration#
Field ValueType | Description |
---|---|
System.Boolean |
#
EventTypeThe type of evenmt
#
Declaration#
Field ValueType | Description |
---|---|
TickType |
#
MessageTypeThe message type
#
Declaration#
Field ValueType | Description |
---|---|
System.String |
#
Methods#
FromStream(Stream)Creates a TickEvent from data in the provided stream
#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.IO.Stream | stream | The stream containing the TickEvent data |
#
ReturnsType | Description |
---|---|
TickEvent | The TickEvent with data read from the stream |
#
SerializeToStream(Stream)Writes the TickEvent data to the stream
#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.IO.Stream | stream | The stream to write the TickEvent data to |