UnsubscribeRequest constructor

UnsubscribeRequest(
  1. ExchangeService service
)
Initializes a new instance of the The service.

Implementation

UnsubscribeRequest(ExchangeService service)
    : super(service, ServiceErrorHandling.ThrowOnError) {}