DataSource.NET  7.1.13.29686-d434448
Caplin.DataSource.ISubjectErrorEvent Interface Reference

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...
 

Detailed Description

Represents an event raised when there is an error in a subscription to a subject.

Usage in DataSource source applications

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:

Usage in DataSource sink applications

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:

  • A connected DataSource peer cannot supply data for the requested subject.
  • No response has been received for the Subscription request.

Situations where an ISubjectErrorEvent can be raised after data is received include:

  • The subject has been deleted by one of the sending DataSources

The Error property provides more information about why the the ISubjectErrorEvent was raised.

Property Documentation

SubjectError Caplin.DataSource.ISubjectErrorEvent.Error
get

Gets the SubjectError relating to the ISubjectErrorEvent.

The subscription error.

SubjectErrorFlags [] Caplin.DataSource.ISubjectErrorEvent.Flags
get

Gets additional flags SubjectErrorFlags relating to the ISubjectErrorEvent.

The additional flags.

string Caplin.DataSource.ISubjectErrorEvent.Subject
get

Gets the subject of the subscription relating to the ISubjectErrorEvent.

The subject.


Generated on Fri Apr 24 2020 16:29:45 for DataSource.NET