IPlayReadyServiceRequest.BeginServiceRequest 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開始非同步服務要求作業。
public:
IAsyncAction ^ BeginServiceRequest();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction BeginServiceRequest();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction BeginServiceRequest();
function beginServiceRequest()
Public Function BeginServiceRequest () As IAsyncAction
傳回
非同步服務動作。
- 屬性
備註
您可以使用傳回的 IAsyncAction 介面來擷取完成和結果。 呼叫這個方法會將 介面置於唯讀狀態。