BackupEndpointCollection::Add Method (BackupEndpointElement^)

.NET Framework (current version)
 

Adds a new BackupEndpointElement to the collection.

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

public:
void Add(
	BackupEndpointElement^ element
)

Parameters

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

The backup endpoint element to be added.

.NET Framework
Available since 4.0
Return to top
Show: