RemoteSubscriptionContext Constructors
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.
Overloads
RemoteSubscriptionContext() |
Creates a ContextData object. |
RemoteSubscriptionContext(String) |
Creates a ContextData object. |
RemoteSubscriptionContext()
Creates a ContextData object.
public:
RemoteSubscriptionContext();
public RemoteSubscriptionContext ();
Public Sub New ()
Applies to
RemoteSubscriptionContext(String)
Creates a ContextData object.
public:
RemoteSubscriptionContext(System::String ^ contextData);
public RemoteSubscriptionContext (string contextData);
new Microsoft.Rtc.Collaboration.Presence.RemoteSubscriptionContext : string -> Microsoft.Rtc.Collaboration.Presence.RemoteSubscriptionContext
Public Sub New (contextData As String)
Parameters
- contextData
- String
Context data to be used with the subscription.
Exceptions
Thrown if contextData
is null.
Thrown if contextData
is null or an invalid xml string.
Remarks
The value of contextData
is defined by a schema and it is necessary to follow that to interop correctly with Microsoft Lync 2010.