Dev2.Models.ServerExplorerClientProxy.ServerExplorerClientProxy C# (CSharp) Method

ServerExplorerClientProxy() public method

public ServerExplorerClientProxy ( IEnvironmentConnection connection ) : System
connection IEnvironmentConnection
return System
        public ServerExplorerClientProxy(IEnvironmentConnection connection)
        {
            CommunicationControllerFactory = new CommunicationControllerFactory();
            _connection = connection;
        }

Same methods

ServerExplorerClientProxy::ServerExplorerClientProxy ( IEnvironmentConnection connection, ICommunicationControllerFactory communicationControllerFactory ) : System