Billing.BillingService.ConfirmNotifications.ConfirmNotifications C# (CSharp) Méthode

ConfirmNotifications() public méthode

public ConfirmNotifications ( BillingService outerInstance, int startId, string notifyIds ) : System
outerInstance BillingService
startId int
notifyIds string
Résultat System
            public ConfirmNotifications(BillingService outerInstance, int startId, string[] notifyIds)
                : base(outerInstance, startId)
            {
                this.outerInstance = outerInstance;
                mNotifyIds = notifyIds;
            }
BillingService.ConfirmNotifications