Compartilhar via


ApplicationHost.RequiresContextChangeNotification Method

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

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim app As IHostedApplication
Dim taggedApplicationsOnly As Boolean
Dim returnValue As Boolean

returnValue = Me.RequiresContextChangeNotification(app, taggedApplicationsOnly)

Syntax

'Declaration
Protected Function RequiresContextChangeNotification ( _
    app As IHostedApplication, _
    taggedApplicationsOnly As Boolean _
) As Boolean
protected bool RequiresContextChangeNotification (
    IHostedApplication app,
    bool taggedApplicationsOnly
)
protected:
bool RequiresContextChangeNotification (
    IHostedApplication^ app, 
    bool taggedApplicationsOnly
)
protected boolean RequiresContextChangeNotification (
    IHostedApplication app, 
    boolean taggedApplicationsOnly
)
protected function RequiresContextChangeNotification (
    app : IHostedApplication, 
    taggedApplicationsOnly : boolean
) : boolean

Parameters

  • app
    Specifies the hosted application
  • taggedApplicationsOnly
    True if only tagged global and non-global applications requires context change.

Return Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.