Share via


Remove Method

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

Removes the first occurrence of a specific DpwsServiceType object from the collection.

Namespace:  Dpws.Client
Assembly:  MFDpwsClient (in MFDpwsClient.dll)

Syntax

'Declaration
Public Sub Remove ( _
    serviceType As DpwsServiceType _
)
public void Remove(
    DpwsServiceType serviceType
)
public:
void Remove(
    DpwsServiceType^ serviceType
)
member Remove : 
        serviceType:DpwsServiceType -> unit 
public function Remove(
    serviceType : DpwsServiceType
)

Parameters

.NET Framework Security

See Also

Reference

DpwsServiceTypes Class

Dpws.Client Namespace