0

嗨,我是新的 Silver light,我正在做一个应用程序,我想使用 silver light 插件将图像存储在服务器端

我正在使用WCF将图像发送到服务器端的服务

   public string EndSaveImageOnServer(System.IAsyncResult result) {
            object[] _args = new object[0];
            string _result = ((string)(base.EndInvoke("SaveImageOnServer", _args,     result)));//here i got error
            return _result;
        } 
4

0 回答 0