MultiModelSenderReceiverAspectTryTransmitLoad Method |
Attempts to transmit a load based on the target receiver's Transport Mode.
Namespace:
Demo3D.MultiModel.Client
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntaxpublic void TryTransmitLoad(
Visual load
)
Parameters
- load
- Type: Demo3D.VisualsVisual
The load to transmit
Return Value
Type:
True if load was transmitted, otherwise false if the load is queued for transmission
See Also