CloudMediaContextLive Constructor (String, String)
[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]
Initializes a new instance of the CloudMediaContext class, specifying the Windows Azure Media Services account name and key.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
Public Sub New ( _
accountName As String, _
accountKey As String _
)
'Usage
Dim accountName As String
Dim accountKey As String
Dim instance As New CloudMediaContextLive(accountName, _
accountKey)
public CloudMediaContextLive(
string accountName,
string accountKey
)
public:
CloudMediaContextLive(
String^ accountName,
String^ accountKey
)
new :
accountName:string *
accountKey:string -> CloudMediaContextLive
public function CloudMediaContextLive(
accountName : String,
accountKey : String
)
Parameters
- accountName
Type: System.String
The Microsoft WindowsAzure Media Services account name to authenticate with.
- accountKey
Type: System.String
The Microsoft WindowsAzure Media Services account key to authenticate with.