Assign streams to team areas
Hello,
I am writing some client side code where I create a new stream that I would like to assign to a specific teamArea (ITeamArea object). Can someone please let me know how I can do that?
Thanks much for the help.
-AJ
I am writing some client side code where I create a new stream that I would like to assign to a specific teamArea (ITeamArea object). Can someone please let me know how I can do that?
IWorkspaceConnection workspaceConnection = wm.createStream(processArea, streamName, "Test stream description", monitor);
Thanks much for the help.
-AJ