Package version 12

Intent.StopServiceメソッド

Android

 

説明

サービスを終了するインテントを発行します。

 

呼出形式

var ret = intent1.StopService()

 

戻り値

起動中のサービスが終了された場合trueを、そうでなければfalseを返します。

 

引数

なし

 

例外

なし

 

使用例

var intent1 = new Intent();
intent1.SetClassName("com.example.service", ".ExampleService");
intent1.StopService();

関連項目

StartServiceStartServiceForResultメソッド

 



「オンラインマニュアル」一覧へ戻る
「Bizの宝箱」TOPへ戻る