qcloudsms_csharp  0.1.6
 全部  命名空间 函数
qcloudsms_csharp.SmsMobileStatusPuller类 参考
类 qcloudsms_csharp.SmsMobileStatusPuller 继承关系图:
qcloudsms_csharp.SmsBase

Public 成员函数

 SmsMobileStatusPuller (int appid, string appkey)
 
 SmsMobileStatusPuller (int appid, string appkey, IHTTPClient httpclient)
 
SmsStatusPullCallbackResult pullCallback (string nationCode, string mobile, long beginTime, long endTime, int max)
 Pull SMS messages status for single mobile. 更多...
 
SmsStatusPullReplyResult pullReply (string nationCode, string mobile, long beginTime, long endTime, int max)
 Pull reply SMS message status for single mobile. 更多...
 
- Public 成员函数 继承自 qcloudsms_csharp.SmsBase
 SmsBase (int appid, string appkey, IHTTPClient httpclient)
 
HTTPResponse handleError (HTTPResponse response)
 

额外继承的成员函数

- 属性 继承自 qcloudsms_csharp.SmsBase
int appid [get]
 
string appkey [get]
 
IHTTPClient httpclient [get, set]
 

成员函数说明

SmsStatusPullCallbackResult qcloudsms_csharp.SmsMobileStatusPuller.pullCallback ( string  nationCode,
string  mobile,
long  beginTime,
long  endTime,
int  max 
)
inline

Pull SMS messages status for single mobile.

参数
nationCodenation dialing code, e.g. China is 86, USA is 1
mobilemobile number
beginTimebegin time, unix timestamp
endTimebegin time, unix timestamp
maxmaximum number of message status
返回
SmsStatusPullCallbackResult
SmsStatusPullReplyResult qcloudsms_csharp.SmsMobileStatusPuller.pullReply ( string  nationCode,
string  mobile,
long  beginTime,
long  endTime,
int  max 
)
inline

Pull reply SMS message status for single mobile.

参数
nationCodenation dialing code, e.g. China is 86, USA is 1
mobilemobile number
beginTimebegin time, unix timestamp
endTimeend time, unix timestamp
maxmaximum number of message status
返回
SmsStatusPullReplyResult

该类的文档由以下文件生成: