IHostedApplication.NotifyContextChange(String) Method
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.
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