Esempio n. 1
0
 public LFM.Submissions.AgentServices.EdrsAttachmentService.AttachmentResponseV1_0Type newAttachment(LFM.Submissions.AgentServices.EdrsAttachmentService.AttachmentV1_0Type arg0)
 {
     LFM.Submissions.AgentServices.EdrsAttachmentService.newAttachmentRequest inValue = new LFM.Submissions.AgentServices.EdrsAttachmentService.newAttachmentRequest();
     inValue.arg0 = arg0;
     LFM.Submissions.AgentServices.EdrsAttachmentService.newAttachmentResponse retVal = ((LFM.Submissions.AgentServices.EdrsAttachmentService.AttachmentV1_0Service)(this)).newAttachment(inValue);
     return(retVal.@return);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <LFM.Submissions.AgentServices.EdrsAttachmentService.newAttachmentResponse> newAttachmentAsync(LFM.Submissions.AgentServices.EdrsAttachmentService.AttachmentV1_0Type arg0)
 {
     LFM.Submissions.AgentServices.EdrsAttachmentService.newAttachmentRequest inValue = new LFM.Submissions.AgentServices.EdrsAttachmentService.newAttachmentRequest();
     inValue.arg0 = arg0;
     return(((LFM.Submissions.AgentServices.EdrsAttachmentService.AttachmentV1_0Service)(this)).newAttachmentAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <LFM.Submissions.AgentServices.EdrsAttachmentService.newAttachmentResponse> LFM.Submissions.AgentServices.EdrsAttachmentService.AttachmentV1_0Service.newAttachmentAsync(LFM.Submissions.AgentServices.EdrsAttachmentService.newAttachmentRequest request)
 {
     return(base.Channel.newAttachmentAsync(request));
 }
Esempio n. 4
0
 LFM.Submissions.AgentServices.EdrsAttachmentService.newAttachmentResponse LFM.Submissions.AgentServices.EdrsAttachmentService.AttachmentV1_0Service.newAttachment(LFM.Submissions.AgentServices.EdrsAttachmentService.newAttachmentRequest request)
 {
     return(base.Channel.newAttachment(request));
 }