|
|
|
@ -0,0 +1,430 @@
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
// 此代码由工具生成。
|
|
|
|
|
// 运行时版本:4.0.30319.42000
|
|
|
|
|
//
|
|
|
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
|
|
|
// 重新生成代码,这些更改将会丢失。
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// 此源代码是由 Microsoft.VSDesigner 4.0.30319.42000 版自动生成。
|
|
|
|
|
//
|
|
|
|
|
#pragma warning disable 1591
|
|
|
|
|
|
|
|
|
|
namespace MaterialTraceability.WebService.ResourceSlotConfigurationSetupForJITService {
|
|
|
|
|
using System.Diagnostics;
|
|
|
|
|
using System;
|
|
|
|
|
using System.Xml.Serialization;
|
|
|
|
|
using System.ComponentModel;
|
|
|
|
|
using System.Web.Services.Protocols;
|
|
|
|
|
using System.Web.Services;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")]
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
[System.Web.Services.WebServiceBindingAttribute(Name="ResourceSlotConfigurationSetupForJITServiceBinding", Namespace="http://resourceSlotConfigurationSetupForJITService.ws.atlmes.com/")]
|
|
|
|
|
public partial class ResourceSlotConfigurationSetupForJITServiceService : System.Web.Services.Protocols.SoapHttpClientProtocol {
|
|
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback resourceSlotConfigurationSetupForJITServiceRequestPlanOperationCompleted;
|
|
|
|
|
|
|
|
|
|
private bool useDefaultCredentialsSetExplicitly;
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
public ResourceSlotConfigurationSetupForJITServiceService() {
|
|
|
|
|
this.Url = global::MaterialTraceability.WebService.Properties.Settings.Default.MaterialTraceability_WebService_ResourceSlotConfigurationSetupForJITService_ResourceSlotConfigurationSetupForJITServiceService;
|
|
|
|
|
if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
|
|
|
|
|
this.UseDefaultCredentials = true;
|
|
|
|
|
this.useDefaultCredentialsSetExplicitly = false;
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
this.useDefaultCredentialsSetExplicitly = true;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public new string Url {
|
|
|
|
|
get {
|
|
|
|
|
return base.Url;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
if ((((this.IsLocalFileSystemWebService(base.Url) == true)
|
|
|
|
|
&& (this.useDefaultCredentialsSetExplicitly == false))
|
|
|
|
|
&& (this.IsLocalFileSystemWebService(value) == false))) {
|
|
|
|
|
base.UseDefaultCredentials = false;
|
|
|
|
|
}
|
|
|
|
|
base.Url = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public new bool UseDefaultCredentials {
|
|
|
|
|
get {
|
|
|
|
|
return base.UseDefaultCredentials;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
base.UseDefaultCredentials = value;
|
|
|
|
|
this.useDefaultCredentialsSetExplicitly = true;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
public event resourceSlotConfigurationSetupForJITServiceRequestPlanCompletedEventHandler resourceSlotConfigurationSetupForJITServiceRequestPlanCompleted;
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
|
|
|
|
|
[return: System.Xml.Serialization.XmlElementAttribute("resourceSlotConfigurationSetupForJITServiceRequestPlanResponse", Namespace="http://resourceSlotConfigurationSetupForJITService.ws.atlmes.com/")]
|
|
|
|
|
public resourceSlotConfigurationSetupForJITServiceRequestPlanResponse resourceSlotConfigurationSetupForJITServiceRequestPlan([System.Xml.Serialization.XmlElementAttribute("resourceSlotConfigurationSetupForJITServiceRequestPlan", Namespace="http://resourceSlotConfigurationSetupForJITService.ws.atlmes.com/")] resourceSlotConfigurationSetupForJITServiceRequestPlan resourceSlotConfigurationSetupForJITServiceRequestPlan1) {
|
|
|
|
|
object[] results = this.Invoke("resourceSlotConfigurationSetupForJITServiceRequestPlan", new object[] {
|
|
|
|
|
resourceSlotConfigurationSetupForJITServiceRequestPlan1});
|
|
|
|
|
return ((resourceSlotConfigurationSetupForJITServiceRequestPlanResponse)(results[0]));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
public void resourceSlotConfigurationSetupForJITServiceRequestPlanAsync(resourceSlotConfigurationSetupForJITServiceRequestPlan resourceSlotConfigurationSetupForJITServiceRequestPlan1) {
|
|
|
|
|
this.resourceSlotConfigurationSetupForJITServiceRequestPlanAsync(resourceSlotConfigurationSetupForJITServiceRequestPlan1, null);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
public void resourceSlotConfigurationSetupForJITServiceRequestPlanAsync(resourceSlotConfigurationSetupForJITServiceRequestPlan resourceSlotConfigurationSetupForJITServiceRequestPlan1, object userState) {
|
|
|
|
|
if ((this.resourceSlotConfigurationSetupForJITServiceRequestPlanOperationCompleted == null)) {
|
|
|
|
|
this.resourceSlotConfigurationSetupForJITServiceRequestPlanOperationCompleted = new System.Threading.SendOrPostCallback(this.OnresourceSlotConfigurationSetupForJITServiceRequestPlanOperationCompleted);
|
|
|
|
|
}
|
|
|
|
|
this.InvokeAsync("resourceSlotConfigurationSetupForJITServiceRequestPlan", new object[] {
|
|
|
|
|
resourceSlotConfigurationSetupForJITServiceRequestPlan1}, this.resourceSlotConfigurationSetupForJITServiceRequestPlanOperationCompleted, userState);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void OnresourceSlotConfigurationSetupForJITServiceRequestPlanOperationCompleted(object arg) {
|
|
|
|
|
if ((this.resourceSlotConfigurationSetupForJITServiceRequestPlanCompleted != null)) {
|
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
|
this.resourceSlotConfigurationSetupForJITServiceRequestPlanCompleted(this, new resourceSlotConfigurationSetupForJITServiceRequestPlanCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
public new void CancelAsync(object userState) {
|
|
|
|
|
base.CancelAsync(userState);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private bool IsLocalFileSystemWebService(string url) {
|
|
|
|
|
if (((url == null)
|
|
|
|
|
|| (url == string.Empty))) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
System.Uri wsUri = new System.Uri(url);
|
|
|
|
|
if (((wsUri.Port >= 1024)
|
|
|
|
|
&& (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) {
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
|
|
|
|
|
[System.SerializableAttribute()]
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://resourceSlotConfigurationSetupForJITService.ws.atlmes.com/")]
|
|
|
|
|
public partial class resourceSlotConfigurationSetupForJITServiceRequestPlan {
|
|
|
|
|
|
|
|
|
|
private resourceSlotConfigurationSetupForJITServiceRequest resourceSlotConfigurationSetupForJITServiceRequestPlan1Field;
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute("resourceSlotConfigurationSetupForJITServiceRequestPlan", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public resourceSlotConfigurationSetupForJITServiceRequest resourceSlotConfigurationSetupForJITServiceRequestPlan1 {
|
|
|
|
|
get {
|
|
|
|
|
return this.resourceSlotConfigurationSetupForJITServiceRequestPlan1Field;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.resourceSlotConfigurationSetupForJITServiceRequestPlan1Field = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
|
|
|
|
|
[System.SerializableAttribute()]
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://resourceSlotConfigurationSetupForJITService.ws.atlmes.com/")]
|
|
|
|
|
public partial class resourceSlotConfigurationSetupForJITServiceRequest {
|
|
|
|
|
|
|
|
|
|
private string siteField;
|
|
|
|
|
|
|
|
|
|
private string resouceField;
|
|
|
|
|
|
|
|
|
|
private string operationField;
|
|
|
|
|
|
|
|
|
|
private string barcodeIdField;
|
|
|
|
|
|
|
|
|
|
private string barcodeTypeField;
|
|
|
|
|
|
|
|
|
|
private string qtyField;
|
|
|
|
|
|
|
|
|
|
private string activityIdField;
|
|
|
|
|
|
|
|
|
|
private string mountingPointField;
|
|
|
|
|
|
|
|
|
|
private string emptyTrayField;
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string site {
|
|
|
|
|
get {
|
|
|
|
|
return this.siteField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.siteField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string resouce {
|
|
|
|
|
get {
|
|
|
|
|
return this.resouceField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.resouceField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string operation {
|
|
|
|
|
get {
|
|
|
|
|
return this.operationField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.operationField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string barcodeId {
|
|
|
|
|
get {
|
|
|
|
|
return this.barcodeIdField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.barcodeIdField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string barcodeType {
|
|
|
|
|
get {
|
|
|
|
|
return this.barcodeTypeField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.barcodeTypeField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string qty {
|
|
|
|
|
get {
|
|
|
|
|
return this.qtyField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.qtyField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string activityId {
|
|
|
|
|
get {
|
|
|
|
|
return this.activityIdField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.activityIdField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string mountingPoint {
|
|
|
|
|
get {
|
|
|
|
|
return this.mountingPointField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.mountingPointField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string emptyTray {
|
|
|
|
|
get {
|
|
|
|
|
return this.emptyTrayField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.emptyTrayField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
|
|
|
|
|
[System.SerializableAttribute()]
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://resourceSlotConfigurationSetupForJITService.ws.atlmes.com/")]
|
|
|
|
|
public partial class resourceSlotConfigurationSetupItemList {
|
|
|
|
|
|
|
|
|
|
private string atlIdField;
|
|
|
|
|
|
|
|
|
|
private string inventoryIdField;
|
|
|
|
|
|
|
|
|
|
private string itemField;
|
|
|
|
|
|
|
|
|
|
private string qtyField;
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string atlId {
|
|
|
|
|
get {
|
|
|
|
|
return this.atlIdField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.atlIdField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string inventoryId {
|
|
|
|
|
get {
|
|
|
|
|
return this.inventoryIdField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.inventoryIdField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string item {
|
|
|
|
|
get {
|
|
|
|
|
return this.itemField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.itemField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string qty {
|
|
|
|
|
get {
|
|
|
|
|
return this.qtyField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.qtyField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
|
|
|
|
|
[System.SerializableAttribute()]
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://resourceSlotConfigurationSetupForJITService.ws.atlmes.com/")]
|
|
|
|
|
public partial class resourceSlotConfigurationSetupForJITServiceResponse {
|
|
|
|
|
|
|
|
|
|
private string codeField;
|
|
|
|
|
|
|
|
|
|
private string messageField;
|
|
|
|
|
|
|
|
|
|
private resourceSlotConfigurationSetupItemList[] itemListField;
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string code {
|
|
|
|
|
get {
|
|
|
|
|
return this.codeField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.codeField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public string message {
|
|
|
|
|
get {
|
|
|
|
|
return this.messageField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.messageField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute("itemList", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public resourceSlotConfigurationSetupItemList[] itemList {
|
|
|
|
|
get {
|
|
|
|
|
return this.itemListField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.itemListField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
|
|
|
|
|
[System.SerializableAttribute()]
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://resourceSlotConfigurationSetupForJITService.ws.atlmes.com/")]
|
|
|
|
|
public partial class resourceSlotConfigurationSetupForJITServiceRequestPlanResponse {
|
|
|
|
|
|
|
|
|
|
private resourceSlotConfigurationSetupForJITServiceResponse returnField;
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
|
|
|
public resourceSlotConfigurationSetupForJITServiceResponse @return {
|
|
|
|
|
get {
|
|
|
|
|
return this.returnField;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this.returnField = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")]
|
|
|
|
|
public delegate void resourceSlotConfigurationSetupForJITServiceRequestPlanCompletedEventHandler(object sender, resourceSlotConfigurationSetupForJITServiceRequestPlanCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")]
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
|
public partial class resourceSlotConfigurationSetupForJITServiceRequestPlanCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
|
|
internal resourceSlotConfigurationSetupForJITServiceRequestPlanCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
|
this.results = results;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
|
public resourceSlotConfigurationSetupForJITServiceRequestPlanResponse Result {
|
|
|
|
|
get {
|
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
|
return ((resourceSlotConfigurationSetupForJITServiceRequestPlanResponse)(this.results[0]));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pragma warning restore 1591
|