BoundServiceDemo.TimestampService.OnDestroy C# (CSharp) Метод

OnDestroy() публичный Метод

public OnDestroy ( ) : void
Результат void
		public override void OnDestroy()
		{
			// This method is optional to implement
			Log.Debug(TAG, "OnDestroy");
			Binder = null;
			timestamper = null;
			base.OnDestroy();
		}