コード例 #1
0
 public long CreateBackgroundTaskWithStartAfter(string eventType, byte[] inputData, ref long progressId, string hashId, System.DateTime startAfter)
 {
     Trisoft.ISHRemote.BackgroundTask25ServiceReference.CreateBackgroundTaskWithStartAfterRequest inValue = new Trisoft.ISHRemote.BackgroundTask25ServiceReference.CreateBackgroundTaskWithStartAfterRequest();
     inValue.eventType  = eventType;
     inValue.inputData  = inputData;
     inValue.progressId = progressId;
     inValue.hashId     = hashId;
     inValue.startAfter = startAfter;
     Trisoft.ISHRemote.BackgroundTask25ServiceReference.CreateBackgroundTaskWithStartAfterResponse retVal = ((Trisoft.ISHRemote.BackgroundTask25ServiceReference.BackgroundTask)(this)).CreateBackgroundTaskWithStartAfter(inValue);
     progressId = retVal.progressId;
     return(retVal.CreateBackgroundTaskWithStartAfterResult);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <Trisoft.ISHRemote.BackgroundTask25ServiceReference.CreateBackgroundTaskWithStartAfterResponse> CreateBackgroundTaskWithStartAfterAsync(Trisoft.ISHRemote.BackgroundTask25ServiceReference.CreateBackgroundTaskWithStartAfterRequest request)
 {
     return(base.Channel.CreateBackgroundTaskWithStartAfterAsync(request));
 }
コード例 #3
0
 Trisoft.ISHRemote.BackgroundTask25ServiceReference.CreateBackgroundTaskWithStartAfterResponse Trisoft.ISHRemote.BackgroundTask25ServiceReference.BackgroundTask.CreateBackgroundTaskWithStartAfter(Trisoft.ISHRemote.BackgroundTask25ServiceReference.CreateBackgroundTaskWithStartAfterRequest request)
 {
     return(base.Channel.CreateBackgroundTaskWithStartAfter(request));
 }