RemotePresentitySubscriptionTarget Class
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.
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, String) |
Obsolete.
Creates a RemotePresentitySubscriptionTarget object. |
RemotePresentitySubscriptionTarget(String) |
Creates a RemotePresentitySubscriptionTarget object. |
Properties
Address |
Gets the target address. |
SubscriptionContext |
Gets/Sets the context to be used for subscription. |