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

CheckBillingSupported() приватный Метод

private CheckBillingSupported ( BillingService outerInstance ) : System
outerInstance BillingService
Результат System
            public CheckBillingSupported(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.
            }

Same methods

BillingService.CheckBillingSupported::CheckBillingSupported ( BillingService outerInstance, string itemType ) : System
BillingService.CheckBillingSupported