DataSource.NET  7.1-10.29157-a18c1ca
Caplin.DataSource.Publisher.IRequestEvent Interface Reference

Event that is raised when a peer requests a subject. More...

Inheritance diagram for Caplin.DataSource.Publisher.IRequestEvent:
Caplin.DataSource.Publisher.IRequestDiscardEvent

Additional Inherited Members

- Properties inherited from Caplin.DataSource.Publisher.IRequestDiscardEvent
IPeer Peer [get]
 Gets the peer that is making the request or discard. More...
 
string Subject [get]
 Gets the subject that is being requested or discarded More...
 

Detailed Description

Event that is raised when a peer requests a subject.

Your implementation must handle the receipt of IRequestEvents through its ReceiveRequest method. The number of times the event is received depends on the type of IPublisher that is being used; see the Remarks section of Caplin.DataSource.Publisher.IDataProvider.ReceiveRequest and Caplin.DataSource.Publisher.IDataProvider.ReceiveDiscard.


Generated on Tue Aug 20 2019 16:17:26 for DataSource.NET