Exemplo n.º 1
0
 public _Runnable_307(RemoteRequest _enclosing, HttpResponse response, Exception error
                      , object result)
 {
     this._enclosing = _enclosing;
     this.response   = response;
     this.error      = error;
     this.result     = result;
 }
 public _Runnable_307(RemoteRequest _enclosing, HttpResponse response, Exception error
     , object result)
 {
     this._enclosing = _enclosing;
     this.response = response;
     this.error = error;
     this.result = result;
 }
Exemplo n.º 3
0
			public _Runnable_219(RemoteRequest _enclosing, object result, Exception error)
			{
				this._enclosing = _enclosing;
				this.result = result;
				this.error = error;
			}
 public _Runnable_219(RemoteRequest _enclosing, object result, Exception error)
 {
     this._enclosing = _enclosing;
     this.result     = result;
     this.error      = error;
 }