Billing.BillingService.Unbind C# (CSharp) Метод

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

Unbinds from the MarketBillingService. Call this when the application terminates to avoid leaking a ServiceConnection.
public Unbind ( ) : void
Результат void
        public virtual void Unbind()
        {
            try
            {
                UnbindService(this);
            }
            catch (ArgumentException e)
            {
                // This might happen if the service was disconnected
            }
        }