Search
ILinkRouter Methods
 


 Public Methods

  Name Description

Resume

Called when the control ends a batch update operation that might affect many links.

RouteLink

Called when a single link must be routed.

RouteLinks

Called when more than one links must be routed.

Suspend

Called when the control starts a batch update operation that might affect many links. Implementations might collect the links specified through RouteLink and RouteLinks calls and defer finding their paths for when Resume is called.

 See Also