...
Sets the minimum transfer rate for each file download. A transfer will be terminated if the rate drops below bytes_per_second when averaged over period_in_seconds. Note that if the transfer is over the Internet, you may not want to set period_in_seconds
to a small number in case network problems cause temporary drops in performance. For large file transfers and a small bytes_per_second
limit, averaging fifteen minutes or more may be appropriate.
ifMessagePort
SetPort(port As roMessagePort)
Posts messages of type roAssetFetcherEvent to the attached message port.
ifUserData
SetUserData(user_data As Object)
...
Sets the user data that will be returned when events are raised.
GetUserData() As Object
...
Returns the user data that has previously been set via SetUserData()
. It will return Invalid if no data has been set.