コード例 #1
0
ファイル: Reference.cs プロジェクト: ArfiSoft/MSoHelpDesk
 /// <remarks/>
 public void LocateQueuedAddIncidentAsync(LocateQueuedAddIncidentRequest req) {
     this.LocateQueuedAddIncidentAsync(req, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ArfiSoft/MSoHelpDesk
 /// <remarks/>
 public void LocateQueuedAddIncidentAsync(LocateQueuedAddIncidentRequest req, object userState) {
     if ((this.LocateQueuedAddIncidentOperationCompleted == null)) {
         this.LocateQueuedAddIncidentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLocateQueuedAddIncidentOperationCompleted);
     }
     this.InvokeAsync("LocateQueuedAddIncident", new object[] {
                 req}, this.LocateQueuedAddIncidentOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: ArfiSoft/MSoHelpDesk
 public LocateQueuedAddIncidentResponse LocateQueuedAddIncident(LocateQueuedAddIncidentRequest req) {
     object[] results = this.Invoke("LocateQueuedAddIncident", new object[] {
                 req});
     return ((LocateQueuedAddIncidentResponse)(results[0]));
 }