Edit

Share via


RemotePresentitySubscriptionTarget Class

Definition

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

public ref class RemotePresentitySubscriptionTarget
public class RemotePresentitySubscriptionTarget
type RemotePresentitySubscriptionTarget = class
Public Class RemotePresentitySubscriptionTarget
Inheritance
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.

Constructors

RemotePresentitySubscriptionTarget(RealTimeAddress, RemoteSubscriptionContext, String, Boolean)
RemotePresentitySubscriptionTarget(RealTimeAddress, String)
Obsolete.

Creates a RemotePresentitySubscriptionTarget object.

RemotePresentitySubscriptionTarget(String)

Creates a RemotePresentitySubscriptionTarget object.

RemotePresentitySubscriptionTarget(String, String)
Obsolete.

Creates a RemotePresentitySubscriptionTarget object.

Properties

Address

Gets the target address.

SubscriptionContext

Gets/Sets the context to be used for subscription.

Applies to