ExternalApplication.UpdateContextValue Method (String, String)
Accepts a name and value pair and adds it (or updates it if it currently exists) to the current context. Then notify other apps the context has changed. The caller is NO LONGER responsible for notifying other apps of the context change via this.ChangeContext().
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ExternalApplication
Dim name As String
Dim val As String
instance.UpdateContextValue(name, val)
Syntax
'Declaration
Public Sub UpdateContextValue ( _
name As String, _
val As String _
)
public void UpdateContextValue (
string name,
string val
)
public:
void UpdateContextValue (
String^ name,
String^ val
)
public void UpdateContextValue (
String name,
String val
)
public function UpdateContextValue (
name : String,
val : String
)
Parameters
- name
Key
- val
Value
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
ExternalApplication Class
ExternalApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.