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