Getting and Connecting to a Project

To publish or subscribe to data, get and connect to a project instance.

  1. Get the project:
    NetEspProject project = server.get_project(“workspacename”, “projectname”, 
    error);
  2. Connect to the project:
    project.connect(error);