Click or drag to resize

VEngineOpenJob(String, String) Method

Opens a job stored in an Azure container.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public void OpenJob(
	string customerName,
	string jobName
)

Parameters

customerName  String
The customer name which corresponds to the name of an Azure storage account.
jobName  String
The job name which corresponds to the name of an Azure container.
Exceptions
ExceptionCondition
CarbonExceptionThrown if no valid licence has been set in the engine or the customerName and jobName do not correspond to an existing storage account or container respectively.
See Also