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