HasSampling接口

接口功能

获取是否存在后处理参数标志。

接口格式

bool HasSampling();

接口参数

无。

使用样例

判断请求是否存在后处理参数。

1
bool sampling = request->HasSampling();

返回值