Subscribe Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a Subscribe response.

Namespace:  Dpws.Device.Services
Assembly:  MFDpwsDevice (in MFDpwsDevice.dll)

Syntax

'Declaration
Public Function Subscribe ( _
    msg As WsMessage _
) As WsMessage
public WsMessage Subscribe(
    WsMessage msg
)
public:
WsMessage^ Subscribe(
    WsMessage^ msg
)
member Subscribe : 
        msg:WsMessage -> WsMessage 
public function Subscribe(
    msg : WsMessage
) : WsMessage

Parameters

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

See Also

Reference

DpwsHostedService Class

Dpws.Device.Services Namespace