📄 reference.cs
字号:
//------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Runtime Version: 1.1.4322.573
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------
//
// 此源代码是由 Microsoft.VSDesigner 1.1.4322.573 版自动生成。
//
namespace Job111.WebReference {
using System.Diagnostics;
using System.Xml.Serialization;
using System;
using System.Web.Services.Protocols;
using System.ComponentModel;
using System.Web.Services;
/// <remarks/>
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="WebWatchSoap", Namespace="http://tempuri.org/")]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(object[]))]
public class WebWatch : System.Web.Services.Protocols.SoapHttpClientProtocol {
/// <remarks/>
public WebWatch() {
// this.Url = "http://localhost/WebWatchService/WebWatch.asmx";
this.Url = new System.IO.StreamReader(@"c:\Job111\config.ini").ReadLine();
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AskerViewPersonalInfo", 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 AskerViewPersonalInfo(int ID) {
object[] results = this.Invoke("AskerViewPersonalInfo", new object[] {
ID});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginAskerViewPersonalInfo(int ID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("AskerViewPersonalInfo", new object[] {
ID}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndAskerViewPersonalInfo(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AskerViewUnitInfo", 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 AskerViewUnitInfo(int ID) {
object[] results = this.Invoke("AskerViewUnitInfo", new object[] {
ID});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginAskerViewUnitInfo(int ID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("AskerViewUnitInfo", new object[] {
ID}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndAskerViewUnitInfo(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AskerEnterQueue", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public int AskerEnterQueue(int ID, int TargetID, string UName) {
object[] results = this.Invoke("AskerEnterQueue", new object[] {
ID,
TargetID,
UName});
return ((int)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginAskerEnterQueue(int ID, int TargetID, string UName, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("AskerEnterQueue", new object[] {
ID,
TargetID,
UName}, callback, asyncState);
}
/// <remarks/>
public int EndAskerEnterQueue(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AskerLeaveQueue", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool AskerLeaveQueue(int ID, int TargetID) {
object[] results = this.Invoke("AskerLeaveQueue", new object[] {
ID,
TargetID});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginAskerLeaveQueue(int ID, int TargetID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("AskerLeaveQueue", new object[] {
ID,
TargetID}, callback, asyncState);
}
/// <remarks/>
public bool EndAskerLeaveQueue(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AskerStopConsultation", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool AskerStopConsultation(int RoomID) {
object[] results = this.Invoke("AskerStopConsultation", new object[] {
RoomID});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginAskerStopConsultation(int RoomID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("AskerStopConsultation", new object[] {
RoomID}, callback, asyncState);
}
/// <remarks/>
public bool EndAskerStopConsultation(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AddPlacard", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public int AddPlacard(int EmpID, string Text, int UnitID) {
object[] results = this.Invoke("AddPlacard", new object[] {
EmpID,
Text,
UnitID});
return ((int)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginAddPlacard(int EmpID, string Text, int UnitID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("AddPlacard", new object[] {
EmpID,
Text,
UnitID}, callback, asyncState);
}
/// <remarks/>
public int EndAddPlacard(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ModifyPlacard", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool ModifyPlacard(int PID, string Text) {
object[] results = this.Invoke("ModifyPlacard", new object[] {
PID,
Text});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginModifyPlacard(int PID, string Text, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("ModifyPlacard", new object[] {
PID,
Text}, callback, asyncState);
}
/// <remarks/>
public bool EndModifyPlacard(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/RemovePlacard", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool RemovePlacard(int PlacardID) {
object[] results = this.Invoke("RemovePlacard", new object[] {
PlacardID});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginRemovePlacard(int PlacardID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("RemovePlacard", new object[] {
PlacardID}, callback, asyncState);
}
/// <remarks/>
public bool EndRemovePlacard(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ViewPlacardList", 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 ViewPlacardList(int UnitID) {
object[] results = this.Invoke("ViewPlacardList", new object[] {
UnitID});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginViewPlacardList(int UnitID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("ViewPlacardList", new object[] {
UnitID}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndViewPlacardList(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ViewPlacard", 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 ViewPlacard(int PID) {
object[] results = this.Invoke("ViewPlacard", new object[] {
PID});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginViewPlacard(int PID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("ViewPlacard", new object[] {
PID}, callback, asyncState);
}
/// <remarks/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -