Ejemplo n.º 1
0
 public AUTH_RCTPL.ServiceReference1.registration register(AUTH_RCTPL.ServiceReference1.registration arg0)
 {
     AUTH_RCTPL.ServiceReference1.register inValue = new AUTH_RCTPL.ServiceReference1.register();
     inValue.arg0 = arg0;
     AUTH_RCTPL.ServiceReference1.registerResponse retVal = ((AUTH_RCTPL.ServiceReference1.COCRegistration)(this)).register(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AUTH_RCTPL.ServiceReference1.registerResponse> registerAsync(AUTH_RCTPL.ServiceReference1.registration arg0)
 {
     AUTH_RCTPL.ServiceReference1.register inValue = new AUTH_RCTPL.ServiceReference1.register();
     inValue.arg0 = arg0;
     return(((AUTH_RCTPL.ServiceReference1.COCRegistration)(this)).registerAsync(inValue));
 }
Ejemplo n.º 3
0
 public registerResponse(AUTH_RCTPL.ServiceReference1.registration @return)
 {
     this.@return = @return;
 }
Ejemplo n.º 4
0
 public register(AUTH_RCTPL.ServiceReference1.registration arg0)
 {
     this.arg0 = arg0;
 }