PullSubscription.MoreEventsAvailable Property

Definition

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.

Applies to