Click or drag to resize

AzureStreamingCreate Method

Creates an Azure streaming instance that is associated with a customer (storage account) and job (container).

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public static IStreaming Create(
	string customerName,
	string jobName,
	string storageKey
)

Parameters

customerName  String
Customer (storage account) name.
jobName  String
Job (container) name.
storageKey  String
The key or connection string to the cloud storage.

Return Value

IStreaming

[Missing <returns> documentation for "M:RCS.Carbon.Variables.AzureStreaming.Create(System.String,System.String,System.String)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the customerName or jobName are null.
CarbonExceptionThrown if the customer storage account or job container are not registered.
See Also