Start Method

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

Starts the stack's transport services.

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

Syntax

'Declaration
Public Shared Sub Start ( _
    ctx As ServerBindingContext _
)
public static void Start(
    ServerBindingContext ctx
)
public:
static void Start(
    ServerBindingContext^ ctx
)
static member Start : 
        ctx:ServerBindingContext -> unit 
public static function Start(
    ctx : ServerBindingContext
)

Parameters

Remarks

This method initializes device-specific services and calls the stack services to start the HTTP and UDP transport services. It also creates and starts an instance of the Event Queue manager service that manages event subscription expirations.

.NET Framework Security

See Also

Reference

Device Class

Dpws.Device Namespace