PullSubscription.MoreEventsAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether more events are available on the server.
public:
property Nullable<bool> MoreEventsAvailable { Nullable<bool> get(); };
public Nullable<bool> MoreEventsAvailable { get; }
Public ReadOnly Property MoreEventsAvailable As Nullable(Of Boolean)
Property Value
True if more events are available; otherwise, false.
Remarks
The MoreEventsAvailable property is undefined until the GetEvents() method is called.