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

📄 reference.cs

📁 为武汉市10多家人才网站量身订做的仿真面试版块
💻 CS
📖 第 1 页 / 共 5 页
字号:
        public System.Data.DataSet EndViewPlacard(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetUnitPersonByUnitID", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public int GetUnitPersonByUnitID(int UnitID) {
            object[] results = this.Invoke("GetUnitPersonByUnitID", new object[] {
                        UnitID});
            return ((int)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginGetUnitPersonByUnitID(int UnitID, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetUnitPersonByUnitID", new object[] {
                        UnitID}, callback, asyncState);
        }
        
        /// <remarks/>
        public int EndGetUnitPersonByUnitID(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((int)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetPermitEmp", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public System.Data.DataSet GetPermitEmp(int Unit_ID) {
            object[] results = this.Invoke("GetPermitEmp", new object[] {
                        Unit_ID});
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginGetPermitEmp(int Unit_ID, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetPermitEmp", new object[] {
                        Unit_ID}, callback, asyncState);
        }
        
        /// <remarks/>
        public System.Data.DataSet EndGetPermitEmp(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ChangePwd", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool ChangePwd(string NewPwd, int AskerID) {
            object[] results = this.Invoke("ChangePwd", new object[] {
                        NewPwd,
                        AskerID});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginChangePwd(string NewPwd, int AskerID, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("ChangePwd", new object[] {
                        NewPwd,
                        AskerID}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndChangePwd(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/KillMessage", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool KillMessage(int MessageID) {
            object[] results = this.Invoke("KillMessage", new object[] {
                        MessageID});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginKillMessage(int MessageID, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("KillMessage", new object[] {
                        MessageID}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndKillMessage(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ViewMsgList", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public System.Data.DataSet ViewMsgList(int ReceiverID) {
            object[] results = this.Invoke("ViewMsgList", new object[] {
                        ReceiverID});
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginViewMsgList(int ReceiverID, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("ViewMsgList", new object[] {
                        ReceiverID}, callback, asyncState);
        }
        
        /// <remarks/>
        public System.Data.DataSet EndViewMsgList(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ViewMsg", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public System.Data.DataSet ViewMsg(int MessageID) {
            object[] results = this.Invoke("ViewMsg", new object[] {
                        MessageID});
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginViewMsg(int MessageID, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("ViewMsg", new object[] {
                        MessageID}, callback, asyncState);
        }
        
        /// <remarks/>
        public System.Data.DataSet EndViewMsg(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WatchModifyName", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool WatchModifyName(int userID, string NewName) {
            object[] results = this.Invoke("WatchModifyName", new object[] {
                        userID,
                        NewName});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginWatchModifyName(int userID, string NewName, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("WatchModifyName", new object[] {
                        userID,
                        NewName}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndWatchModifyName(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ClearQueue", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public void ClearQueue(int queueID) {
            this.Invoke("ClearQueue", new object[] {
                        queueID});
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginClearQueue(int queueID, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("ClearQueue", new object[] {
                        queueID}, callback, asyncState);
        }
        
        /// <remarks/>
        public void EndClearQueue(System.IAsyncResult asyncResult) {
            this.EndInvoke(asyncResult);
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetQueueList", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public System.Data.DataSet GetQueueList(int qid) {
            object[] results = this.Invoke("GetQueueList", new object[] {
                        qid});
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginGetQueueList(int qid, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetQueueList", new object[] {
                        qid}, callback, asyncState);
        }
        
        /// <remarks/>
        public System.Data.DataSet EndGetQueueList(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetAllQueueInfo", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public System.Data.DataSet GetAllQueueInfo(int uid) {
            object[] results = this.Invoke("GetAllQueueInfo", new object[] {
                        uid});
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginGetAllQueueInfo(int uid, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetAllQueueInfo", new object[] {
                        uid}, callback, asyncState);
        }
        
        /// <remarks/>
        public System.Data.DataSet EndGetAllQueueInfo(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/StartNewConsul", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public System.Data.DataSet StartNewConsul(int ID) {
            object[] results = this.Invoke("StartNewConsul", new object[] {
                        ID});
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginStartNewConsul(int ID, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("StartNewConsul", new object[] {
                        ID}, callback, asyncState);
        }
        
        /// <remarks/>
        public System.Data.DataSet EndStartNewConsul(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetAsker", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public System.Data.DataSet GetAsker(int rid) {
            object[] results = this.Invoke("GetAsker", new object[] {
                        rid});
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginGetAsker(int rid, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetAsker", new object[] {
                        rid}, callback, asyncState);
        }
        
        /// <remarks/>

⌨️ 快捷键说明

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