예제 #1
0
 public System.Threading.Tasks.Task AddBusinessMessageWithAttachFilesAsync(RMS.Agent.Proxy.MonitoringProxy.RmsReportMonitoringRaw rawMessage, System.Collections.Generic.List <RMS.Agent.Proxy.MonitoringProxy.RMSAttachment> lAttachments)
 {
     return(base.Channel.AddBusinessMessageWithAttachFilesAsync(rawMessage, lAttachments));
 }
예제 #2
0
 public System.Threading.Tasks.Task AddBusinessMessageAsync(RMS.Agent.Proxy.MonitoringProxy.RmsReportMonitoringRaw rawMessage)
 {
     return(base.Channel.AddBusinessMessageAsync(rawMessage));
 }
예제 #3
0
 public void AddBusinessMessageWithAttachFiles(RMS.Agent.Proxy.MonitoringProxy.RmsReportMonitoringRaw rawMessage, System.Collections.Generic.List <RMS.Agent.Proxy.MonitoringProxy.RMSAttachment> lAttachments)
 {
     base.Channel.AddBusinessMessageWithAttachFiles(rawMessage, lAttachments);
 }
예제 #4
0
 public void AddBusinessMessage(RMS.Agent.Proxy.MonitoringProxy.RmsReportMonitoringRaw rawMessage)
 {
     base.Channel.AddBusinessMessage(rawMessage);
 }