Compartir a través de


ApplicationHost.RequiresContextChangeNotification Method

Definition

Determines whether a given application is need to be notified with the change in the context.

protected:
 bool RequiresContextChangeNotification(Microsoft::Uii::Csr::IHostedApplication ^ app, bool taggedApplicationsOnly);
protected bool RequiresContextChangeNotification (Microsoft.Uii.Csr.IHostedApplication app, bool taggedApplicationsOnly);
member this.RequiresContextChangeNotification : Microsoft.Uii.Csr.IHostedApplication * bool -> bool
Protected Function RequiresContextChangeNotification (app As IHostedApplication, taggedApplicationsOnly As Boolean) As Boolean

Parameters

app
IHostedApplication

Specifies the hosted application

taggedApplicationsOnly
Boolean

True if only tagged global and non-global applications requires context change.

Returns

True if the application needs to be notified, otherwise false.

Applies to