Represents the result of an event registration by an IEventSession
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IEventRegistration
Public Interface IEventRegistration
public interface class IEventRegistration
public interface IEventRegistration
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
ID |
Returns the identifier that will be used in all events generated for this interest registration.
| |
Lease |
Returns the Lease object for this registration.
| |
SequenceNumber |
Returns the value of the sequence number on the event kind that was current when the
registration was granted, allowing comparison with the sequence number in any
subsequent notifications.
| |
Source |
Returns the source that will be used in all events generated for this interest registration.
|