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