Method | Description | |
---|---|---|
AddLog ( System.Int64 _ID, String _ErrorMsg ) : System.Boolean | ||
ChangeProcess ( System.Int64 _ID, |
||
ChangeProcess ( System.Int64 _ID, System.Int64 _ComplatedCount, System.Int64 _TotalCount ) : System.Boolean | ||
ChangeStatus ( System.Int64 _ID, |
||
ReceiveCompleted ( String body ) : void | ||
Signal_Excute ( String HubName, Action |
互动发送消息
|
Method | Description | |
---|---|---|
SendMail ( String _Title, String _Content ) : System.Boolean |
public AddLog ( System.Int64 _ID, String _ErrorMsg ) : System.Boolean | ||
_ID | System.Int64 | |
_ErrorMsg | String | |
return | System.Boolean |
public ChangeProcess ( System.Int64 _ID, |
||
_ID | System.Int64 | |
_ComplatedCount | ||
return | System.Boolean |
public ChangeProcess ( System.Int64 _ID, System.Int64 _ComplatedCount, System.Int64 _TotalCount ) : System.Boolean | ||
_ID | System.Int64 | |
_ComplatedCount | System.Int64 | |
_TotalCount | System.Int64 | |
return | System.Boolean |
public ChangeStatus ( System.Int64 _ID, |
||
_ID | System.Int64 | |
_Status | ||
return | System.Boolean |
public ReceiveCompleted ( String body ) : void | ||
body | String | |
return | void |
public Signal_Excute ( String HubName, Action |
||
HubName | String | |
HubAction | Action |
|
return | void |