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