ChannelBaseCollection.SendCreateOperationAsync Method (String, ChannelSize, ChannelSettings)
[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.]
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
Public Function SendCreateOperationAsync ( _
name As String, _
size As ChannelSize, _
settings As ChannelSettings _
) As Task(Of IOperation)
'Usage
Dim instance As ChannelBaseCollection
Dim name As String
Dim size As ChannelSize
Dim settings As ChannelSettings
Dim returnValue As Task(Of IOperation)
returnValue = instance.SendCreateOperationAsync(name, _
size, settings)
public Task<IOperation> SendCreateOperationAsync(
string name,
ChannelSize size,
ChannelSettings settings
)
public:
Task<IOperation^>^ SendCreateOperationAsync(
String^ name,
ChannelSize size,
ChannelSettings^ settings
)
member SendCreateOperationAsync :
name:string *
size:ChannelSize *
settings:ChannelSettings -> Task<IOperation>
public function SendCreateOperationAsync(
name : String,
size : ChannelSize,
settings : ChannelSettings
) : Task<IOperation>
Parameters
- name
Type: System.String
- settings
Type: Microsoft.WindowsAzure.MediaServices.Client.ChannelSettings
Return Value
Type: System.Threading.Tasks.Task<IOperation>