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