次の方法で共有


PlayReadyRevocationServiceRequest.BeginServiceRequest メソッド

定義

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

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

戻り値

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

実装

属性

注釈

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

適用対象