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 object from the collection.

Namespace:  Ws.Services
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

WsServiceEndpoints Class

Ws.Services Namespace