Beispiel #1
0
 /// <summary>
 ///  获取回源配置
 /// </summary>
 /// <param name="request">请求参数信息</param>
 /// <returns>请求结果信息</returns>
 public async Task <GetBackSourceConfigurationResponse> GetBackSourceConfiguration(GetBackSourceConfigurationRequest request)
 {
     return(await new GetBackSourceConfigurationExecutor().Client(this).Execute <GetBackSourceConfigurationResponse, GetBackSourceConfigurationResult, GetBackSourceConfigurationRequest>(request).ConfigureAwait(false));
 }
Beispiel #2
0
 /// <summary>
 ///  获取回源配置
 /// </summary>
 /// <param name="request">请求参数信息</param>
 /// <returns>请求结果信息</returns>
 public GetBackSourceConfigurationResponse GetBackSourceConfiguration(GetBackSourceConfigurationRequest request)
 {
     return(new GetBackSourceConfigurationExecutor().Client(this).Execute <GetBackSourceConfigurationResponse, GetBackSourceConfigurationResult, GetBackSourceConfigurationRequest>(request));
 }