MediaContextBase.ParallelTransferThreadCount Property

Gest or sets the parallel transfer thread count.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Property ParallelTransferThreadCount As Integer 
    Get 
    Set
'Usage
Dim instance As MediaContextBase 
Dim value As Integer 

value = instance.ParallelTransferThreadCount

instance.ParallelTransferThreadCount = value
public int ParallelTransferThreadCount { get; set; }
public:
property int ParallelTransferThreadCount {
    int get ();
    void set (int value);
}
member ParallelTransferThreadCount : int with get, set
function get ParallelTransferThreadCount () : int 
function set ParallelTransferThreadCount (value : int)

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

MediaContextBase Class

Microsoft.WindowsAzure.MediaServices.Client Namespace