Transfer Class |
Namespace: Demo3D.Visuals
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class Transfer : GlobalizedProperties, ITask
The Transfer type exposes the following members.
| Name | Description | |
|---|---|---|
| Transfer | Initializes a new instance of the Transfer class | |
| Transfer(Connector, Connector) | Initializes a new instance of the Transfer class | |
| Transfer(Connector, Connector, Visual) | Initializes a new instance of the Transfer class | |
| Transfer(Document, ITransferController, ITransferPort, ITransferController, ITransferPort) | Initializes a new instance of the Transfer class |
| Name | Description | |
|---|---|---|
| CurrentAction | ||
| InProgress | ||
| IsCancelled | ||
| IsCompleted | ||
| Load | ||
| Loads | ||
| Rx | ||
| RxConnector | ||
| RxConnectorName | ||
| RxController | ||
| RxLocation | ||
| RxPort | ||
| TimeCreated | ||
| Tx | ||
| TxConnector | ||
| TxConnectorName | ||
| TxController | ||
| TxLocation | ||
| TxPort |
| 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.) |