Exemple #1
0
        public bool EndConnection(ExecutionServiceClientConnection connection)
        {
            if (connection == null)
            {
                throw new ArgumentNullException("connection");
            }

            return(proxy.EndConnection(connection.Name, connection.Id));
        }