CreateDeploymentPackage Method
See Also 
SourceCode.EventBus.ClientAPI Namespace > Deployment Class : CreateDeploymentPackage Method



targetEventBusServerConnectionString
The target event bus server connection string.
customEventIDs
The custom event i ds.
packagePath
The package path.

Glossary Item Box

Creates the deployment package.

Syntax

Visual Basic (Declaration) 
Public Function CreateDeploymentPackage( _
   ByVal targetEventBusServerConnectionString As String, _
   ByVal customEventIDs As List(Of Integer), _
   ByVal packagePath As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Deployment
Dim targetEventBusServerConnectionString As String
Dim customEventIDs As List(Of Integer)
Dim packagePath As String
Dim value As Boolean
 
value = instance.CreateDeploymentPackage(targetEventBusServerConnectionString, customEventIDs, packagePath)

Parameters

targetEventBusServerConnectionString
The target event bus server connection string.
customEventIDs
The custom event i ds.
packagePath
The package path.

Exceptions

ExceptionDescription
System.Exception 

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