|
DataSource.NET
8.0.13.562038-b0f3b66e
|
![]() |
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.