RemotePresenceView.StartUnsubscribingToPresentities 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.
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.