Initialize Method

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

Initializes the device.

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

Syntax

'Declaration
Public Shared Sub Initialize ( _
    binding As Binding, _
    v As ProtocolVersion _
)
public static void Initialize(
    Binding binding,
    ProtocolVersion v
)
public:
static void Initialize(
    Binding^ binding, 
    ProtocolVersion^ v
)
static member Initialize : 
        binding:Binding * 
        v:ProtocolVersion -> unit 
public static function Initialize(
    binding : Binding, 
    v : ProtocolVersion
)

Parameters

Remarks

The Initialize method builds the collection of internal device services, sets the device's transport address, and adds DPWS-required namespaces to the device's namespace collection.

.NET Framework Security

See Also

Reference

Device Class

Dpws.Device Namespace