Edit

Share via


RemotePresenceView.StartUnsubscribingToPresentities Method

Definition

Start the operation to unsubscribe to the specified list of targets.

public:
 void StartUnsubscribingToPresentities(System::Collections::Generic::IEnumerable<System::String ^> ^ uris);
public void StartUnsubscribingToPresentities (System.Collections.Generic.IEnumerable<string> uris);
member this.StartUnsubscribingToPresentities : seq<string> -> unit
Public Sub StartUnsubscribingToPresentities (uris As IEnumerable(Of String))

Parameters

uris
IEnumerable<String>

Uris of targets being removed from this view.

Exceptions

Thrown when the underlying endpoint is not established.

Thrown when uris is null or contains a null member.

Thrown when uris is an empty collection or containers an invalid URI.

Remarks

Any duplicates in uris or any presentity listed in uris that are not in the view will be ignored.

Applies to