createthreadsafemap

  1. LucaMs

    B4J Question CreateThreadSafeMap

    Although I assume the answer is "Yes", I am not absolutely sure. The following source is correct, right? Dim mapParent As Map mapParent = srvr.CreateThreadSafeMap Dim mapChild1 As Map mapChild1 = srvr.CreateThreadSafeMap Dim mapChild2 As Map mapChild2 =...
Top