HostedWebApplication.NotifyContextChange Method

Definition

Overloads

NotifyContextChange(Context)

Notify the application that the context changed

NotifyContextChange(String)
Obsolete.

Handle the change in the context.

NotifyContextChange(Context)

Notify the application that the context changed

public:
 override void NotifyContextChange(Microsoft::Uii::Csr::Context ^ context);
public override void NotifyContextChange (Microsoft.Uii.Csr.Context context);
override this.NotifyContextChange : Microsoft.Uii.Csr.Context -> unit
Public Overrides Sub NotifyContextChange (context As Context)

Parameters

context
Context

contex object

Applies to

NotifyContextChange(String)

Caution

This method has been deprecated, use NotifyContextChange(Context)

Handle the change in the context.

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

Parameters

context
String

Context

Attributes

Applies to