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) | ![]() |
---|---|
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) |
C# | |
---|---|
public bool CreateDeploymentPackage( string targetEventBusServerConnectionString, List<int> customEventIDs, string packagePath ) |
C++/CLI | |
---|---|
public: bool CreateDeploymentPackage( String^ targetEventBusServerConnectionString, List<int>^ customEventIDs, String^ packagePath ) |
Parameters
- targetEventBusServerConnectionString
- The target event bus server connection string.
- customEventIDs
- The custom event i ds.
- packagePath
- The package path.
Exception | Description |
---|---|
System.Exception |
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