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.WsaAddressing
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

WsWsaEndpointRefs Class

Ws.Services.WsaAddressing Namespace