RemotePresenceView.SetPresenceSubscriptionCategoriesForPolling Method
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.
Sets the presence subscription categories for polling.
public:
void SetPresenceSubscriptionCategoriesForPolling(System::Collections::Generic::IEnumerable<System::String ^> ^ subscriptionCategories);
public void SetPresenceSubscriptionCategoriesForPolling (System.Collections.Generic.IEnumerable<string> subscriptionCategories);
member this.SetPresenceSubscriptionCategoriesForPolling : seq<string> -> unit
Public Sub SetPresenceSubscriptionCategoriesForPolling (subscriptionCategories As IEnumerable(Of String))
Parameters
- subscriptionCategories
- IEnumerable<String>
List of categories to be subscribed for.
Exceptions
Thrown when this method is called when SubscriptionMode is not Polling or the view is already active.
Thrown subscriptionCategories
is null or contains a null member.
Thrown when subscriptionCategories
is an empty collection.