using System;
|
using System.CodeDom.Compiler;
|
using System.ComponentModel;
|
using System.Diagnostics;
|
|
namespace QQShow.TranService
|
{
|
// Token: 0x020000A2 RID: 162
|
[DebuggerStepThrough]
|
[DesignerCategory("code")]
|
[GeneratedCode("System.Web.Services", "4.8.4084.0")]
|
public class SendGoodsTypeCompletedEventArgs : AsyncCompletedEventArgs
|
{
|
// Token: 0x06000950 RID: 2384 RVA: 0x000170CE File Offset: 0x000152CE
|
internal SendGoodsTypeCompletedEventArgs(object[] results, Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState)
|
{
|
this.results = results;
|
}
|
|
// Token: 0x170003A3 RID: 931
|
// (get) Token: 0x06000951 RID: 2385 RVA: 0x000170E4 File Offset: 0x000152E4
|
public bool Result
|
{
|
get
|
{
|
base.RaiseExceptionIfNecessary();
|
return (bool)this.results[0];
|
}
|
}
|
|
// Token: 0x040004BE RID: 1214
|
private object[] results;
|
}
|
}
|