コード例 #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);
 }
コード例 #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));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AUTH_RCTPL.ServiceReference1.registerResponse> AUTH_RCTPL.ServiceReference1.COCRegistration.registerAsync(AUTH_RCTPL.ServiceReference1.register request)
 {
     return(base.Channel.registerAsync(request));
 }
コード例 #4
0
 AUTH_RCTPL.ServiceReference1.registerResponse AUTH_RCTPL.ServiceReference1.COCRegistration.register(AUTH_RCTPL.ServiceReference1.register request)
 {
     return(base.Channel.register(request));
 }