コード例 #1
0
        /// <summary>
        /// Executes this request.
        /// </summary>
        /// <returns>Service response.</returns>
        internal GetPhoneCallResponse Execute()
        {
            GetPhoneCallResponse serviceResponse = (GetPhoneCallResponse)this.InternalExecute();

            serviceResponse.ThrowIfNecessary();
            return(serviceResponse);
        }
コード例 #2
0
        /// <summary>
        /// Executes this request.
        /// </summary>
        /// <returns>Service response.</returns>
        internal async Task <GetPhoneCallResponse> Execute()
        {
            GetPhoneCallResponse serviceResponse = (GetPhoneCallResponse)await this.InternalExecuteAsync().ConfigureAwait(false);

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