Show / Hide Table of Contents

Class AddChannelDataErrorEventArgs

Represents an Event raised when there has been an error adding channel data to a Session

Inheritance
System.Object
AddChannelDataErrorEventArgs
Namespace: MESL.SqlRace.Domain.Infrastructure.DataProviders
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class AddChannelDataErrorEventArgs : EventArgs

Constructors

AddChannelDataErrorEventArgs()

Declaration
public AddChannelDataErrorEventArgs()

Properties

ChannelDataSource

Gets or sets the channel data source.

Declaration
public ChannelDataSourceType ChannelDataSource { get; set; }
Property Value
Type Description
ChannelDataSourceType

The channel data source.

ChannelId

Gets or sets the channel ID being written to when the error occurred. For RowData - this is the first channelId in the RowData Region

Declaration
public uint ChannelId { get; set; }
Property Value
Type Description
System.UInt32

The channel identifier.

Message

Gets or sets the event message.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

The message.

SessionKey

Gets or sets the session key representing the affected Session.

Declaration
public SessionKey SessionKey { get; set; }
Property Value
Type Description
MAT.OCS.Core.SessionKey

The session key.

See Also

System.EventArgs
Back to top Generated by DocFX