DataSource.NET
7.1.23.41524-1415d4ff
|
Represents an event raised when there is an error in a subscription to a subject. More...
Properties | |
SubjectError | Error [get] |
Gets the SubjectError relating to the ISubjectErrorEvent. More... | |
SubjectErrorFlags[] | Flags [get] |
Gets additional flags SubjectErrorFlags relating to the ISubjectErrorEvent. More... | |
string | Subject [get] |
Gets the subject of the subscription relating to the ISubjectErrorEvent. More... | |
Represents an event raised when there is an error in a subscription to a subject.
An ISubjectErrorEvent can be raised by a source application (that is, a DataSource application sending data to its DataSource peers). The following are typical situations in which a source application may wish to raise an ISubjectErrorEvent:
An ISubjectErrorEvent can be received by a sink application (that is, a DataSource application receiving data from its DataSource peers).
Situations where an ISubjectErrorEvent can be raised before any data is received include:
Situations where an ISubjectErrorEvent can be raised after data is received include:
The Error property provides more information about why the the ISubjectErrorEvent was raised.
|
get |
Gets the SubjectError relating to the ISubjectErrorEvent.
The subscription error.
|
get |
Gets additional flags SubjectErrorFlags relating to the ISubjectErrorEvent.
The additional flags.
|
get |
Gets the subject of the subscription relating to the ISubjectErrorEvent.
The subject.