BackupEndpointCollection::Remove Method (BackupEndpointElement^)

.NET Framework (current version)
 

Removes the first occurrence of BackupEndpointElement from the collection.

Namespace:   System.ServiceModel.Routing.Configuration
Assembly:  System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)

public:
void Remove(
	BackupEndpointElement^ element
)

Parameters

element
Type: System.ServiceModel.Routing.Configuration::BackupEndpointElement^

The backup element to remove from the collection.

.NET Framework
Available since 4.0
Return to top
Show: