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