ResolveNamesResponse constructor

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

Implementation

ResolveNamesResponse(ExchangeService service)
    : this._resolutions = new NameResolutionCollection(service),
      super();