Esempio n. 1
0
        protected static GetListOfRunnableApplicationsMethod DecodeGetListOfRunnableApplicationsMessage(NetMQMessage message)
        {
            var    result = new GetListOfRunnableApplicationsMethod();
            string str    = String.Empty;

            return(result);
        }
        protected static NetMQMessage GenerateGetListOfRunnableApplicationsMessage(NetMQMessage message, GetListOfRunnableApplicationsMethod method)
        {
            //AppendMethodIdFrame(message, method.MethodId);
            string json = String.Empty;

            message.Append(GetFrame(GetListOfRunnableApplicationsMethod.METHOD_NAME));

            return(message);
        }