GetBcpSharePathCompletedEventArgs
using Microsoft.VisualBasic.CompilerServices;
using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace kCura.EDDS.WebAPI.FileIOBase
{
[GeneratedCode("System.Web.Services", "4.0.30319.17929")]
[DebuggerStepThrough]
[DesignerCategory("code")]
public class GetBcpSharePathCompletedEventArgs : AsyncCompletedEventArgs
{
private object[] ;
public string {
get {
RaiseExceptionIfNecessary();
return Conversions.ToString(results[0]);
}
}
internal GetBcpSharePathCompletedEventArgs(object[] results, Exception exception, bool cancelled, object userState)
: base(exception, cancelled, RuntimeHelpers.GetObjectValue(userState))
{
this.results = results;
}
}
}