コード例 #1
0
 public override void opQLongS_async(AMD_MyClass_opQLongS cb, Queue <long> i, Ice.Current current)
 {
     cb.ice_response(i, i);
 }
コード例 #2
0
ファイル: MyClassAMDI.cs プロジェクト: pedia/zeroc-ice
 public override void opQLongS_async(AMD_MyClass_opQLongS cb, Queue<long> i, Ice.Current current)
 {
     cb.ice_response(i, i);
 }