IPlayReadyServiceRequest.BeginServiceRequest メソッド

定義

非同期サービス要求操作を開始します。

public:
 IAsyncAction ^ BeginServiceRequest();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction BeginServiceRequest();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction BeginServiceRequest();
function beginServiceRequest()
Public Function BeginServiceRequest () As IAsyncAction

戻り値

非同期サービス アクション。

属性

注釈

完了と結果は、返される IAsyncAction インターフェイスを使用して取得できます。 このメソッドを呼び出すと、インターフェイスは読み取り専用の状態になります。

適用対象