Represents the address of the target and the context data to be used for subscription.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
RemotePresentitySubscriptionTarget
C#
public 
class 
RemotePresentitySubscriptionTarget
Visual C++
public 
ref class 
RemotePresentitySubscriptionTarget
JavaScript

Microsoft.Rtc.Collaboration.Presence.RemotePresentitySubscriptionTarget
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.Presence.RemotePresentitySubscriptionTarget');

Remarks

The presence of another target can be subscribed to using this class. The two key properties to be assigned are the URI of the target and context information. Null context data ensures that the target contact is not notified of the subscription. In the event that this endpoint owner is a delegate who is subscribing to his or her manager’s presence, the ContextDataproperty has a special value.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.Presence . . :: . RemotePresentitySubscriptionTarget

See Also