The Transfer type exposes the following members.
Methods|
| Name | Description |
|---|
 | Add | |
 | Cancel | |
  | CanReachTargetFrom | |
 | ClearCurrentStation | |
 | Contains | |
  | Create(Connector, Visual) |
Create a transfer for the 'load' via the 'tx' connector to its default connection.
|
  | Create(Connector, Connector, Visual) | |
  | Create(Connector, Connector, VisualList) | |
  | Create(Connector, Connector, IEnumerableVisual) |
Create a transfer for the 'load' between the specfic 'tx'/'rx' connector pair.
This method should be called in an OnDispatchOut function.
|
  | Create(Visual, String, Visual) |
Create a transfer for the 'load' from the 'txVisual' via its 'txName' named connector.
|
  | Create(Document, ITransferPort, ITransferPort, IEnumerableVisual) | |
  | Dispatch |
Nudge a visual to scan its inputs and generate new outputs.
|
  | DispatchIn(Visual) | |
  | DispatchIn(Visual, Query) | |
  | DispatchOut(Visual) | |
  | DispatchOut(Visual, Query) | |
  | Enstation | |
  | ForceProcessComplete | |
  | GetCandidateInputTransfers | |
  | GetCandidateInputTransfersFromIncoming | |
  | GetCandidateOutputTransfers(Visual) | |
  | GetCandidateOutputTransfers(Visual, Visual) | |
  | GetConnectorDistanceForTarget | |
  | GetConnectorPair | |
 | OnCompleted | |
 | Remove | |
 | Run |
Start off a thread to manage the transfer.
|
 | RunWithoutTask |
Start off a thread to manage the transfer but don't return a task that can be continued as it's not used internally anyway.
|
  | SelectTransferIn(Visual) | |
  | SelectTransferIn(Visual, Query) | |
  | SelectTransferOut(Visual, Visual) | |
  | SelectTransferOut(Visual, Visual, Query) | |
 | ToString | (Overrides SimpleCustomTypeDescriptor.ToString.) |
  | UserDispatchIn | |
  | UserDispatchOut | |
Top
Extension Methods|
| Name | Description |
|---|
 | ForNoLongerThan |
Throw an exception if the task takes longer than the timeout.
(Defined by TaskExt.) |
 | IfTimeout |
Add an action to be called if a task throws an exception due to a timeout.
(Defined by TaskExt.) |
Top
See Also