Common Constructor(String,DeploymentResourceGroup)
See Also 
SourceCode.DeploymentTasks.NotificationService Namespace > Common Class > Common Constructor : Common Constructor(String,DeploymentResourceGroup)



serverConnectionString
deploymentResourceGroup

Glossary Item Box

Initializes a new instance of the Common class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal serverConnectionString As String, _
   ByVal deploymentResourceGroup As DeploymentResourceGroup _
)
Visual Basic (Usage)Copy Code
Dim serverConnectionString As String
Dim deploymentResourceGroup As DeploymentResourceGroup
 
Dim instance As New Common(serverConnectionString, deploymentResourceGroup)

Parameters

serverConnectionString
deploymentResourceGroup

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also