Share via


IHostedApplication.NotifyContextChange(String) Method

Definition

Caution

This method has been deprecated, use NotifyContextChange(Context)

Notifies the application that context has changed.

public:
 void NotifyContextChange(System::String ^ context);
[System.Obsolete("This method has been deprecated, use NotifyContextChange(Context)")]
public void NotifyContextChange (string context);
[<System.Obsolete("This method has been deprecated, use NotifyContextChange(Context)")>]
abstract member NotifyContextChange : string -> unit
Public Sub NotifyContextChange (context As String)

Parameters

context
String

Specifies the context.

Attributes

Applies to