Click or drag to resize
Askia

IRoutingTargetCollection Interface

Collection of the routing targets

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IRoutingTargetCollection : IEnumerable<IRoutingTarget>, 
	IEnumerable

The IRoutingTargetCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of routing targets in the collection
Top
Methods
  NameDescription
Public methodCreate
Creates a routing target given its type
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIRoutingTarget.)
Public methodRemove
Remove a routing target from the collection given its id
Public methodRemoveAll
Remove all routing targets
Top
See Also