Exemplo n.º 1
0
 /// <summary>
 ///  物联网卡开启流量操作
 /// </summary>
 /// <param name="request">请求参数信息</param>
 /// <returns>请求结果信息</returns>
 public async Task <OpenIotFlowResponse> OpenIotFlow(OpenIotFlowRequest request)
 {
     return(await new OpenIotFlowExecutor().Client(this).Execute <OpenIotFlowResponse, OpenIotFlowResult, OpenIotFlowRequest>(request).ConfigureAwait(false));
 }
Exemplo n.º 2
0
 /// <summary>
 ///  物联网卡开启流量操作
 /// </summary>
 /// <param name="request">请求参数信息</param>
 /// <returns>请求结果信息</returns>
 public OpenIotFlowResponse OpenIotFlow(OpenIotFlowRequest request)
 {
     return(new OpenIotFlowExecutor().Client(this).Execute <OpenIotFlowResponse, OpenIotFlowResult, OpenIotFlowRequest>(request));
 }