Billing.BillingService.RestoreTransactions.RestoreTransactions C# (CSharp) Method

RestoreTransactions() public method

public RestoreTransactions ( BillingService outerInstance ) : System
outerInstance BillingService
return System
            public RestoreTransactions(BillingService outerInstance)
                : base(outerInstance, -1)
            {
                this.outerInstance = outerInstance;
                // This object is never created as a side effect of starting this
                // service so we pass -1 as the startId to indicate that we should
                // not stop this service after executing this request.
            }