Billing.BillingService.GetPurchaseInformation.GetPurchaseInformation C# (CSharp) 메소드

GetPurchaseInformation() 공개 메소드

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