uaPLUS Reference
AeSourceState Constructor
See Also  Send Feedback
Advosol.uaPLUS.AE Namespace > AeSourceState Class : AeSourceState Constructor

context
The context.
areaId
The area id.
qualifiedName
The qualified name for the source.
name
The name of the source.
namespaceIndex
Index of the namespace.

Glossary Item Box

Initializes a new instance of the AeSourceState class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal context As ISystemContext, _
   ByVal areaId As String, _
   ByVal qualifiedName As String, _
   ByVal name As String, _
   ByVal namespaceIndex As UShort _
)
C# 
public AeSourceState( 
   ISystemContext context,
   string areaId,
   string qualifiedName,
   string name,
   ushort namespaceIndex
)

Parameters

context
The context.
areaId
The area id.
qualifiedName
The qualified name for the source.
name
The name of the source.
namespaceIndex
Index of the namespace.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.