using System;
|
using System.CodeDom.Compiler;
|
using System.ComponentModel;
|
using System.Diagnostics;
|
|
namespace QQShow.TranService
|
{
|
// Token: 0x0200009E RID: 158
|
[DesignerCategory("code")]
|
[GeneratedCode("System.Web.Services", "4.8.4084.0")]
|
[DebuggerStepThrough]
|
public class ClearTranGoodsCompletedEventArgs : AsyncCompletedEventArgs
|
{
|
// Token: 0x06000944 RID: 2372 RVA: 0x00017056 File Offset: 0x00015256
|
internal ClearTranGoodsCompletedEventArgs(object[] results, Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState)
|
{
|
this.results = results;
|
}
|
|
// Token: 0x170003A1 RID: 929
|
// (get) Token: 0x06000945 RID: 2373 RVA: 0x0001706C File Offset: 0x0001526C
|
public bool Result
|
{
|
get
|
{
|
base.RaiseExceptionIfNecessary();
|
return (bool)this.results[0];
|
}
|
}
|
|
// Token: 0x040004BC RID: 1212
|
private object[] results;
|
}
|
}
|