コード例 #1
0
 public System.Threading.Tasks.Task <long> AddEventDetailWithProgressAsync(long progressId, Trisoft.ISHRemote.EventMonitor25ServiceReference.EventLevel level, string action, string description, Trisoft.ISHRemote.EventMonitor25ServiceReference.DetailStatus status, Trisoft.ISHRemote.EventMonitor25ServiceReference.EventDataType dataType, byte[] data, int currentProgress, int maximumProgress)
 {
     return(base.Channel.AddEventDetailWithProgressAsync(progressId, level, action, description, status, dataType, data, currentProgress, maximumProgress));
 }
コード例 #2
0
 public long AddEventDetail(long progressId, Trisoft.ISHRemote.EventMonitor25ServiceReference.EventLevel level, string action, string description, Trisoft.ISHRemote.EventMonitor25ServiceReference.DetailStatus status, Trisoft.ISHRemote.EventMonitor25ServiceReference.EventDataType dataType, byte[] data)
 {
     return(base.Channel.AddEventDetail(progressId, level, action, description, status, dataType, data));
 }