📄 reference.cs
字号:
public System.IAsyncResult BeginWatchStartConsultation(int ID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("WatchStartConsultation", new object[] {
ID}, callback, asyncState);
}
/// <remarks/>
public bool EndWatchStartConsultation(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WatchStopConsultation", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool WatchStopConsultation(int ID) {
object[] results = this.Invoke("WatchStopConsultation", new object[] {
ID});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginWatchStopConsultation(int ID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("WatchStopConsultation", new object[] {
ID}, callback, asyncState);
}
/// <remarks/>
public bool EndWatchStopConsultation(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WatchViewPersonalInfo", 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 WatchViewPersonalInfo(int ID) {
object[] results = this.Invoke("WatchViewPersonalInfo", new object[] {
ID});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginWatchViewPersonalInfo(int ID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("WatchViewPersonalInfo", new object[] {
ID}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndWatchViewPersonalInfo(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WatchViewUnitInfo", 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 WatchViewUnitInfo(int ID) {
object[] results = this.Invoke("WatchViewUnitInfo", new object[] {
ID});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginWatchViewUnitInfo(int ID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("WatchViewUnitInfo", new object[] {
ID}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndWatchViewUnitInfo(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WatchViewWatchList", 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 WatchViewWatchList(int UnitID) {
object[] results = this.Invoke("WatchViewWatchList", new object[] {
UnitID});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginWatchViewWatchList(int UnitID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("WatchViewWatchList", new object[] {
UnitID}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndWatchViewWatchList(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WatchIsAcceptGuest", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool WatchIsAcceptGuest(int ID) {
object[] results = this.Invoke("WatchIsAcceptGuest", new object[] {
ID});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginWatchIsAcceptGuest(int ID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("WatchIsAcceptGuest", new object[] {
ID}, callback, asyncState);
}
/// <remarks/>
public bool EndWatchIsAcceptGuest(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WatchDisposeQueue", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool WatchDisposeQueue(int ID) {
object[] results = this.Invoke("WatchDisposeQueue", new object[] {
ID});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginWatchDisposeQueue(int ID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("WatchDisposeQueue", new object[] {
ID}, callback, asyncState);
}
/// <remarks/>
public bool EndWatchDisposeQueue(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/IsWatchUnit", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool IsWatchUnit(int UnitID) {
object[] results = this.Invoke("IsWatchUnit", new object[] {
UnitID});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginIsWatchUnit(int UnitID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("IsWatchUnit", new object[] {
UnitID}, callback, asyncState);
}
/// <remarks/>
public bool EndIsWatchUnit(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AskerViewWatchList", 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 AskerViewWatchList(int unitID) {
object[] results = this.Invoke("AskerViewWatchList", new object[] {
unitID});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginAskerViewWatchList(int unitID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("AskerViewWatchList", new object[] {
unitID}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndAskerViewWatchList(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WatchViewAllWatchList", 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 WatchViewAllWatchList(int unitID) {
object[] results = this.Invoke("WatchViewAllWatchList", new object[] {
unitID});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginWatchViewAllWatchList(int unitID, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("WatchViewAllWatchList", new object[] {
unitID}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndWatchViewAllWatchList(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/UnitAdminSetWatchIdent", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public int UnitAdminSetWatchIdent(object[] empID, int watchFlag) {
object[] results = this.Invoke("UnitAdminSetWatchIdent", new object[] {
empID,
watchFlag});
return ((int)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginUnitAdminSetWatchIdent(object[] empID, int watchFlag, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("UnitAdminSetWatchIdent", new object[] {
empID,
watchFlag}, callback, asyncState);
}
/// <remarks/>
public int EndUnitAdminSetWatchIdent(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/PermitUnitUser", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public int PermitUnitUser(object[] AsUserID, int AsUnitID, bool Action) {
object[] results = this.Invoke("PermitUnitUser", new object[] {
AsUserID,
AsUnitID,
Action});
return ((int)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginPermitUnitUser(object[] AsUserID, int AsUnitID, bool Action, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("PermitUnitUser", new object[] {
AsUserID,
AsUnitID,
Action}, callback, asyncState);
}
/// <remarks/>
public int EndPermitUnitUser(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ViewNoPermitList", 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 ViewNoPermitList(int unitID) {
object[] results = this.Invoke("ViewNoPermitList", new object[] {
unitID});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -