 | CtiRawActionsGetPauseTypes 方法 |
异步获取示忙原因列表信息。
命名空间: Ipxchina.Sdk.Cti.Actions程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public Task<ResponseGetPauseTypes> GetPauseTypes(
bool onlyCustom = false
)
Public Function GetPauseTypes (
Optional onlyCustom As Boolean = false
) As Task(Of ResponseGetPauseTypes)
public:
Task<ResponseGetPauseTypes^>^ GetPauseTypes(
bool onlyCustom = false
)
member GetPauseTypes :
?onlyCustom : bool
(* Defaults:
let _onlyCustom = defaultArg onlyCustom false
*)
-> Task<ResponseGetPauseTypes> 参数
- onlyCustom Boolean (Optional)
- 只返回自定义原因,不包含编号为1的数据(可选)
返回值
TaskResponseGetPauseTypesAPI 响应
参见