IDistributed Methods

Methods

CreateDistributedCopy Ensures a copy of the object exists on the device or child node.
CreateLocalCopy Ensures a copy of the object exists on the host or master node.
DestroyDistributedCopy Destroys any copies of the object on the device or child node.
DestroyLocalCopy Destroys any copies of the object on the host or master node.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Distribute Distributes the local data from the host or master to the device or worker nodes.
Gather Gathers the data from the device or worker nodes to the local copy.

See Also