Force subscriptions to be polled.
Otherwise callbacks are used if the regCallback endpoint is available.
Setting this property has only effect if it's done before Group.RegisterList() is called.
After that it can be read to determine the actual subscription mode being used.
Syntax
Visual Basic (Declaration) | |
---|
Public Property SubscriptionModePoll As Boolean
|
C# | |
---|
public bool SubscriptionModePoll {get; set;}
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2
See Also