How to Create a Universal Queue Object

After you've imported the universal queue classes, you instantiate an object of one of those classes using the constructor for the class and the Create function.

The following example creates a new instance of the MCFFactory class, as the variable &MyMCFFactory, with local scope:

Local MCFFactory &myMCFFactory  = Create MCFFactory ();