コード例 #1
0
ファイル: Reference.cs プロジェクト: jlruatpuia/IMS
 public Server2Client AddServicing(Servicing s)
 {
     object[] results = this.Invoke("AddServicing", new object[] {
         s
     });
     return((Server2Client)(results[0]));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: jlruatpuia/IMS
 /// <remarks/>
 public void AddServicingAsync(Servicing s, object userState)
 {
     if ((this.AddServicingOperationCompleted == null))
     {
         this.AddServicingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddServicingOperationCompleted);
     }
     this.InvokeAsync("AddServicing", new object[] {
         s
     }, this.AddServicingOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: jlruatpuia/IMS
 /// <remarks/>
 public void AddServicingAsync(Servicing s)
 {
     this.AddServicingAsync(s, null);
 }