在Azure中使用WPF程序 [英] Using a WPF program in Azure

查看:120
本文介绍了在Azure中使用WPF程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

我想在Azure中启动WPF程序/代码.除打开的参数外,不需要任何用户输入.

I would like to start my WPF program/code in Azure. It does not require any user input, except open arguments.

我该如何实现?

如果我可以通过辅助角色来做到这一点,那么我想知道一些有关如何做的提示,因为我从未与辅助角色一起工作过.

If I can do it through a worker role I would like some tips on how to do it since I have never worked with worker roles.

此外,我有一台可以在其中运行程序的VM,但是我需要一种从WebRole中启动该程序的方法.

Also, I have a VM where the program can run but I need a way to start the program from my WebRole.

谢谢.

推荐答案

你好...

WPF是基于Windows系统的操作.

WPF is operation based on windows system.

您可以为wpf应用程序制作安装软件包.

you can make install package for your wpf application.

您的客户端可以安装它.

your client can install that.

在您的wpf应用程序可以连接Azure Web角色后,请使用Rest协议.

after your wpf application can connect azure web role use Rest protocol.

是.您可以使用工作角色.是一样的它可以使用Rest协议与您的wpf客户端进行通信.

yes.. you can use work role. it's same. it can communication with your wpf client use Rest protocol.

此致


这篇关于在Azure中使用WPF程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆