Compartir a través de


HostedApplicationAdapter.NotifyContextChange Method (String)

Obsolete. Called when the context is changed.

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

Usage

'Usage
Dim instance As HostedApplicationAdapter
Dim context As String
Dim returnValue As Boolean

returnValue = instance.NotifyContextChange(context)

Syntax

'Declaration
<ObsoleteAttribute("This method has been deprecated, use NotifyContextChange(Context context)")> _
Public Overridable Function NotifyContextChange ( _
    context As String _
) As Boolean
[ObsoleteAttribute("This method has been deprecated, use NotifyContextChange(Context context)")] 
public virtual bool NotifyContextChange (
    string context
)
[ObsoleteAttribute(L"This method has been deprecated, use NotifyContextChange(Context context)")] 
public:
virtual bool NotifyContextChange (
    String^ context
)
/** @attribute ObsoleteAttribute("This method has been deprecated, use NotifyContextChange(Context context)") */ 
public boolean NotifyContextChange (
    String context
)
ObsoleteAttribute("This method has been deprecated, use NotifyContextChange(Context context)") 
public function NotifyContextChange (
    context : String
) : boolean

Parameters

  • context
    Specifies the context.

Return Value

Type: Boolean
true to accept the change; 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

HostedApplicationAdapter Class
HostedApplicationAdapter Members
Microsoft.Uii.Csr Namespace

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