Title: Re: How to access an object created with TNManager.Create?
Post by: Ferazel on August 01, 2014, 06:12:48 PM
You can't access it right away, you need to wait for a network packet to go through which is asynchronous. If you need to set the name when the object is created, look at the sticky for RCCs as that worked for us. (except that in the RCC the TNObject uid hasn't been assigned yet)