Partilhar via


ContextService.GetContext Method

Gets the context.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As ContextService
Dim contextId As Guid
Dim returnValue As String

returnValue = instance.GetContext(contextId)

Syntax

'Declaration
Public Overridable Function GetContext ( _
    contextId As Guid _
) As String
public virtual string GetContext (
    Guid contextId
)
public:
virtual String^ GetContext (
    Guid contextId
)
public String GetContext (
    Guid contextId
)
public function GetContext (
    contextId : Guid
) : String

Parameters

  • contextId
    Specifies the context ID.

Return Value

Type: String
The context information.

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

ContextService Class
ContextService Members
Microsoft.Uii.AifServices Namespace

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