Exemple #1
0
 public string StartEvent(string eventType, string description, long parentProgressId, int maximumProgress, out long progressId)
 {
     Trisoft.ISHRemote.EventMonitor25ServiceReference.StartEventRequest inValue = new Trisoft.ISHRemote.EventMonitor25ServiceReference.StartEventRequest();
     inValue.eventType        = eventType;
     inValue.description      = description;
     inValue.parentProgressId = parentProgressId;
     inValue.maximumProgress  = maximumProgress;
     Trisoft.ISHRemote.EventMonitor25ServiceReference.StartEventResponse retVal = ((Trisoft.ISHRemote.EventMonitor25ServiceReference.EventMonitor)(this)).StartEvent(inValue);
     progressId = retVal.progressId;
     return(retVal.eventId);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <Trisoft.ISHRemote.EventMonitor25ServiceReference.StartEventResponse> StartEventAsync(Trisoft.ISHRemote.EventMonitor25ServiceReference.StartEventRequest request)
 {
     return(base.Channel.StartEventAsync(request));
 }
Exemple #3
0
 Trisoft.ISHRemote.EventMonitor25ServiceReference.StartEventResponse Trisoft.ISHRemote.EventMonitor25ServiceReference.EventMonitor.StartEvent(Trisoft.ISHRemote.EventMonitor25ServiceReference.StartEventRequest request)
 {
     return(base.Channel.StartEvent(request));
 }