⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 serviceagentcallbackbase.cs

📁 Microsoft Mobile Development Handbook的代码,有C#,VB,C++的
💻 CS
字号:
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by the Mobile Client Software Factory.
//     Runtime Version:2.0.50727.42
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using Microsoft.Practices.Mobile.DisconnectedAgent;
using System;

namespace MobileDevelopersHandbook.DSAExample.DisconnectedAgents.OrdersWebService
{
    // Generated code for the web service.
    // Use this proxy to make requests to the service when working in an application that is occasionally connected
    public abstract class ServiceDisconnectedAgentCallbackBase
    {
        #region PostOrder

        public abstract void OnPostOrderReturn(Request request, object[] parameters, Int32 returnValue);

        public abstract OnExceptionAction OnPostOrderException(Request request, Exception ex);

        #endregion PostOrder

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -