CreateServiceResponse method

  1. @override
UpdateItemResponse CreateServiceResponse(
  1. ExchangeService service,
  2. int responseIndex
)
override
Creates the service response. The service. Index of the response.

Implementation

@override
UpdateItemResponse CreateServiceResponse(
    ExchangeService service, int responseIndex) {
  return new UpdateItemResponse(this.Items[responseIndex]);
}