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

GetPurchaseInformation() public method

public GetPurchaseInformation ( BillingService outerInstance, int startId, string notifyIds ) : System
outerInstance BillingService
startId int
notifyIds string
return System
            public GetPurchaseInformation(BillingService outerInstance, int startId, string[] notifyIds)
                : base(outerInstance, startId)
            {
                this.outerInstance = outerInstance;
                mNotifyIds = notifyIds;
            }
BillingService.GetPurchaseInformation