DataSource.NET
7.1.31.142147-b54558a5
|
Event that is raised when a peer requests a subject. More...
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... | |
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.