SubscribeRequest<TSubscription extends SubscriptionBase> constructor

SubscribeRequest<TSubscription extends SubscriptionBase>(
  1. ExchangeService service
)
Initializes a new instance of the The service.

Implementation

SubscribeRequest(ExchangeService service)
    : super(service, ServiceErrorHandling.ThrowOnError) {
  this.FolderIds = new FolderIdWrapperList();
  this.EventTypes = <EventType>[];
}