DataSource.NET
IRequestEvent Interface
NamespacesCaplin.DataSource.PublisherIRequestEvent
Event that is raised when a peer requests a subject.
Declaration Syntax
C#Visual BasicVisual C++
public interface IRequestEvent : IRequestDiscardEvent
Public Interface IRequestEvent _
	Implements IRequestDiscardEvent
public interface class IRequestEvent : IRequestDiscardEvent
Members
All MembersProperties



IconMemberDescription
Peer
Gets the peer that is making the request or discard.
(Inherited from IRequestDiscardEvent.)
Subject
Gets the subject that is being requested or discarded
(Inherited from IRequestDiscardEvent.)
Remarks

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 ReceiveRequest(IRequestEvent) and ReceiveDiscard(IDiscardEvent).

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)