MediaProcessingTrigger.RequestAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
RequestAsync() |
觸發背景工作並傳回 MediaProcessingTriggerResult ,指出觸發程式要求成功或失敗。 |
RequestAsync(ValueSet) |
使用提供的引數集合觸發背景工作,並傳回 MediaProcessingTriggerResult ,指出觸發程式要求成功或失敗。 |
RequestAsync()
觸發背景工作並傳回 MediaProcessingTriggerResult ,指出觸發程式要求成功或失敗。
public:
virtual IAsyncOperation<MediaProcessingTriggerResult> ^ RequestAsync() = RequestAsync;
/// [Windows.Foundation.Metadata.Overload("RequestAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MediaProcessingTriggerResult> RequestAsync();
[Windows.Foundation.Metadata.Overload("RequestAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MediaProcessingTriggerResult> RequestAsync();
function requestAsync()
Public Function RequestAsync () As IAsyncOperation(Of MediaProcessingTriggerResult)
傳回
非同步作業,會在完成時傳回 MediaProcessingTriggerResult 。
- 屬性
另請參閱
適用於
RequestAsync(ValueSet)
使用提供的引數集合觸發背景工作,並傳回 MediaProcessingTriggerResult ,指出觸發程式要求成功或失敗。
public:
virtual IAsyncOperation<MediaProcessingTriggerResult> ^ RequestAsync(ValueSet ^ arguments) = RequestAsync;
/// [Windows.Foundation.Metadata.Overload("RequestAsyncWithArguments")]
IAsyncOperation<MediaProcessingTriggerResult> RequestAsync(ValueSet const& arguments);
[Windows.Foundation.Metadata.Overload("RequestAsyncWithArguments")]
public IAsyncOperation<MediaProcessingTriggerResult> RequestAsync(ValueSet arguments);
function requestAsync(arguments)
Public Function RequestAsync (arguments As ValueSet) As IAsyncOperation(Of MediaProcessingTriggerResult)
參數
- arguments
- ValueSet
將傳遞至媒體處理背景工作的引數集合。
傳回
非同步作業,會在完成時傳回 MediaProcessingTriggerResult 。
- 屬性