 | CtiRawActionsGetDeviceList 方法 |
异步获取设备号码列表,但不能返回与用户的绑定关系。
命名空间: Ipxchina.Sdk.Cti.Actions程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public Task<ResponseGetDeviceList> GetDeviceList(
string device = null
)
Public Function GetDeviceList (
Optional device As String = Nothing
) As Task(Of ResponseGetDeviceList)
public:
Task<ResponseGetDeviceList^>^ GetDeviceList(
String^ device = nullptr
)
member GetDeviceList :
?device : string
(* Defaults:
let _device = defaultArg device null
*)
-> Task<ResponseGetDeviceList> 参数
- device String (Optional)
- 设备号码(可选)
返回值
TaskResponseGetDeviceListAPI 响应
参见