Android.App.Service.StopSelf Method
Stop the service, if it was previously started.

Syntax

[Android.Runtime.Register("stopSelf", "()V", "")]
public void StopSelf ()

See Also

Service.StopSelfResult(int)

Remarks

Stop the service, if it was previously started. This is the same as calling Android.Content.Context.StopService(Android.Content.Intent) for this particular service.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1