Android.App.Service.OnCreate Method
Called by the system when the service is first created.

Syntax

[Android.Runtime.Register("onCreate", "()V", "GetOnCreateHandler")]
public virtual void OnCreate ()

Remarks

Called by the system when the service is first created. Do not call this method directly.

[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