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

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

Requests transaction information for all managed items. Call this only when the application is first installed or after a database wipe. Do NOT call this every time the application starts up.
public RestoreTransactionsMethod ( ) : bool
Результат bool
        public virtual bool RestoreTransactionsMethod()
        {
            return (new RestoreTransactions(this)).RunRequest();
        }