ContextState Constructor (Context)
Initializes a new instance of the ContextState class.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim context As Context
Dim instance As New ContextState(context)
Syntax
'Declaration
Public Sub New ( _
context As Context _
)
public ContextState (
Context context
)
public:
ContextState (
Context^ context
)
public ContextState (
Context context
)
public function ContextState (
context : Context
)
Parameters
- context
Specifies the context object
Remarks
Platforms
See Also
Reference
ContextState Class
ContextState Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.