Beispiel #1
0
        /// <summary>
        /// Executes this request.
        /// </summary>
        /// <returns>Service response.</returns>
        internal async Task <InstallAppResponse> Execute(CancellationToken token)
        {
            InstallAppResponse serviceResponse = (InstallAppResponse)await this.InternalExecuteAsync(token).ConfigureAwait(false);

            serviceResponse.ThrowIfNecessary();
            return(serviceResponse);
        }
        /// <summary>
        /// Executes this request.
        /// </summary>
        /// <returns>Service response.</returns>
        internal InstallAppResponse Execute()
        {
            InstallAppResponse serviceResponse = (InstallAppResponse)this.InternalExecute();

            serviceResponse.ThrowIfNecessary();
            return(serviceResponse);
        }