UNPKG
@microsoft/windows-admin-center-sdk
Version:
experimental (5.0.0)
insider (2.301.0)
latest (5.0.0)
legacy (1.1097.0)
next (2.510.1)
test (5.0.0)
5.0.0
4.260.0
4.232.0
4.167.0
4.123.0
4.87.0
4.52.0
2.645.1
2.645.0
2.607.1
2.607.0
2.552.1
2.552.0
2.541.1
2.541.0
2.538.1
2.538.0
2.523.1
2.523.0
2.510.2
2.510.1
2.510.0
2.508.0
2.507.0
2.506.0
2.505.0
2.302.0
2.301.0
2.298.1
2.298.0
2.297.0
2.296.0
2.295.0
2.294.0
2.186.0
2.185.0
2.166.0
2.165.0
2.164.0
2.163.0
2.154.1
2.154.0
2.152.0
2.128.0
2.113.0
2.96.0
2.85.0
1.1364.3
1.1364.2
1.1364.1
1.1364.0
1.1338.0
1.1309.0
1.1288.0
1.1287.0
1.1171.0
1.1097.0
1.1096.0
1.1020.0
1.927.0
1.906.0
1.867.0
1.865.0
1.858.0
1.803.0
1.791.0
1.732.0
1.643.0
1.635.0
1.629.0
1.618.0
1.612.0
1.611.0
1.610.0
1.609.0
1.608.0
1.594.0
1.592.0
1.581.0
1.569.0
1.566.0
1.543.0
1.520.0
1.468.0
1.463.0
1.444.0
1.441.0
1.439.0
1.420.0
1.406.0
1.405.0
1.381.1
1.381.0
1.377.0
1.361.0
1.334.0
1.330.0
1.328.0
1.323.0
1.300.0
1.278.0
1.270.0
1.262.0
1.259.0
1.240.0
1.226.0
1.222.0
1.209.0
1.192.0
1.189.0
1.181.0
1.172.0
1.167.0
1.166.0
1.133.0
1.114.0
1.97.0
1.79.0
1.74.0
1.64.0
1.51.0
0.856.0
0.736.0
0.681.0
0.673.0
0.533.0
Microsoft - Windows Admin Center Shell
aka.ms/WindowsAdminCenter
@microsoft/windows-admin-center-sdk
/
core
/
rpc
/
log
/
rpc-log-client.d.ts
12 lines
(11 loc)
•
317 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Rpc
}
from
'../rpc'
;
import
{
RpcLogRecord
}
from
'./rpc-log-model'
;
export
declare
class
RpcLogClient
{
/** * The log command. * *
@param
data the RpcLogRecord object. *
@return
Promise<void> the promise object. */
static
log
(
rpc
:
Rpc
,
data
:
RpcLogRecord
):
Promise
<
void
>; }