public CogVTLink(
CogLinkTypeConstants type,
string linkName,
Object sourceTool,
Object destinationTool,
CogJob sourceJob,
string sourcePath,
string destinationPath,
CogDestinationQueueConstants destinationQueue
)
public CogVTLink(
CogLinkTypeConstants type,
string linkName,
Object sourceTool,
Object destinationTool,
CogJob sourceJob,
string sourcePath,
string destinationPath,
CogDestinationQueueConstants destinationQueue
)
Public Sub New (
type As CogLinkTypeConstants,
linkName As String,
sourceTool As Object,
destinationTool As Object,
sourceJob As CogJob,
sourcePath As String,
destinationPath As String,
destinationQueue As CogDestinationQueueConstants
)
Public Sub New (
type As CogLinkTypeConstants,
linkName As String,
sourceTool As Object,
destinationTool As Object,
sourceJob As CogJob,
sourcePath As String,
destinationPath As String,
destinationQueue As CogDestinationQueueConstants
)
public:
CogVTLink(
CogLinkTypeConstants type,
String^ linkName,
Object^ sourceTool,
Object^ destinationTool,
CogJob^ sourceJob,
String^ sourcePath,
String^ destinationPath,
CogDestinationQueueConstants destinationQueue
)
public:
CogVTLink(
CogLinkTypeConstants type,
String^ linkName,
Object^ sourceTool,
Object^ destinationTool,
CogJob^ sourceJob,
String^ sourcePath,
String^ destinationPath,
CogDestinationQueueConstants destinationQueue
)