using System;
|
using System.CodeDom.Compiler;
|
using System.ComponentModel;
|
using System.Diagnostics;
|
|
namespace QQShow.RgvService
|
{
|
// Token: 0x02000055 RID: 85
|
[DesignerCategory("code")]
|
[DebuggerStepThrough]
|
[GeneratedCode("System.Web.Services", "4.8.4084.0")]
|
public class SendRgvFinishConfirmCompletedEventArgs : AsyncCompletedEventArgs
|
{
|
// Token: 0x06000790 RID: 1936 RVA: 0x0001349A File Offset: 0x0001169A
|
internal SendRgvFinishConfirmCompletedEventArgs(object[] results, Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState)
|
{
|
this.results = results;
|
}
|
|
// Token: 0x17000370 RID: 880
|
// (get) Token: 0x06000791 RID: 1937 RVA: 0x000134B0 File Offset: 0x000116B0
|
public bool Result
|
{
|
get
|
{
|
base.RaiseExceptionIfNecessary();
|
return (bool)this.results[0];
|
}
|
}
|
|
// Token: 0x04000455 RID: 1109
|
private object[] results;
|
}
|
}
|