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);

Parameters

context
Context

contex object

Applies to

NotifyContextChange(String)

Caution

This method has been deprecated, use NotifyContextChange(Context)

Handle the change in the context.

[System.Obsolete("This method has been deprecated, use NotifyContextChange(Context)")]
public override void NotifyContextChange(string context);

Parameters

context
String

Context

Attributes

Applies to