JobCollection.Create Method (String, Int32)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Usage
'Usage
Dim instance As JobCollection
Dim name As String
Dim priority As Integer
Dim returnValue As IJob
returnValue = instance.Create(name, priority)
Syntax
'Declaration
Public Function Create ( _
name As String, _
priority As Integer _
) As IJob
public IJob Create (
string name,
int priority
)
public:
IJob^ Create (
String^ name,
int priority
)
public IJob Create (
String name,
int priority
)
public function Create (
name : String,
priority : int
) : IJob
Parameters
- name
- priority
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 7, Windows Server 2008, Windows 8 Beta
Target Platforms
See Also
Reference
JobCollection Class
JobCollection Members
Microsoft.WindowsAzure.MediaServices.Client Namespace
Build Date:
2012-06-07