Renew Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a Renew response.
Namespace: Dpws.Device.Services
Assembly: MFDpwsDevice (in MFDpwsDevice.dll)
Syntax
'Declaration
Public Function Renew ( _
msg As WsMessage _
) As WsMessage
public WsMessage Renew(
WsMessage msg
)
public:
WsMessage^ Renew(
WsMessage^ msg
)
member Renew :
msg:WsMessage -> WsMessage
public function Renew(
msg : WsMessage
) : WsMessage
Parameters
- msg
Type: Ws.Services.Soap. . :: . .WsMessage
The message.
Return Value
Type: Ws.Services.Soap. . :: . .WsMessage
The response.
Remarks
This method is used by the stack framework. Do not use this method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.