DpwsWseSubscriptionMgr Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the DpwsWseSubscriptionMgr class.
Namespace: Dpws.Device.Services
Assembly: MFDpwsDevice (in MFDpwsDevice.dll)
Syntax
'Declaration
Public Sub New ( _
binding As Binding, _
version As ProtocolVersion _
)
public DpwsWseSubscriptionMgr(
Binding binding,
ProtocolVersion version
)
public:
DpwsWseSubscriptionMgr(
Binding^ binding,
ProtocolVersion^ version
)
new :
binding:Binding *
version:ProtocolVersion -> DpwsWseSubscriptionMgr
public function DpwsWseSubscriptionMgr(
binding : Binding,
version : ProtocolVersion
)
Parameters
- binding
Type: Ws.Services.Binding. . :: . .Binding
The binding.
- version
Type: Ws.Services. . :: . .ProtocolVersion
The protocol version.
.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.