POST api/ProcessSet/AddKillProcessAsync
客户端屏蔽进程列表
Request Information
URI Parameters
None.
Body Parameters
KillProcessName | Description | Type | Additional information |
---|---|---|---|
Id |
编号 |
integer |
None. |
ProgramName |
程序名称 |
string |
None. |
ProcessName |
进程名称 |
string |
None. |
Note |
备注 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "ProgramName": "sample string 2", "ProcessName": "sample string 3", "Note": "sample string 4" }
text/html
Sample:
{"Id":1,"ProgramName":"sample string 2","ProcessName":"sample string 3","Note":"sample string 4"}
application/xml, text/xml
Sample:
<KillProcess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Data"> <Id>1</Id> <Note>sample string 4</Note> <ProcessName>sample string 3</ProcessName> <ProgramName>sample string 2</ProgramName> </KillProcess>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
客户端屏蔽进程列表
JsonRtnDtoOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": true }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":true}
application/xml, text/xml
Sample:
<JsonRtnDtoOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data>true</Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfboolean>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":true});