IOrigin.ScaleAsync Method
[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.]
Scales the origin.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
Function ScaleAsync ( _
reservedUnits As Integer _
) As Task
'Usage
Dim instance As IOrigin
Dim reservedUnits As Integer
Dim returnValue As Task
returnValue = instance.ScaleAsync(reservedUnits)
Task ScaleAsync(
int reservedUnits
)
Task^ ScaleAsync(
int reservedUnits
)
abstract ScaleAsync :
reservedUnits:int -> Task
function ScaleAsync(
reservedUnits : int
) : Task
Parameters
- reservedUnits
Type: System.Int32
New reserved units.
Return Value
Type: System.Threading.Tasks.Task
Task to wait on for operation completion.