DataSource.NET
IDiscardEvent Interface
NamespacesCaplin.DataSource.PublisherIDiscardEvent
Event that is raised when a peer discards a subject.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDiscardEvent : IRequestDiscardEvent
Public Interface IDiscardEvent _
	Implements IRequestDiscardEvent
public interface class IDiscardEvent : 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 IRequestDiscardEvents through its ReceiveDiscard 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.0.12.814 (6.0.12.0814)