예제 #1
0
        public void TestCompareConstants()
        {
            log.info("TestCompareConstants(");

            remote.Compare_HebrewC(HebrewC.ALEPH, HebrewC.BETH);

            remote.Compare_AllTypesC(
                AllTypesC.Bool1s,
                AllTypesC.Bool2s,
                AllTypesC.Char1s,
                AllTypesC.StringNull,
                AllTypesC.Char2s,
                AllTypesC.Short1s,
                AllTypesC.Int1s,
                AllTypesC.Long1s,
                AllTypesC.Float1s,
                AllTypesC.Double1s,
                AllTypesC.String1s,
                AllTypesC.ALL,
                AllTypesC.ArrInt,
                AllTypesC.ArrInt4,
                AllTypesC.ArrStrings,
                AllTypesC.ArrStrings4,
                AllTypesC.ArrALL);

            log.info(")TestCompareConstants");
        }
 public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:413
     try {
         RemoteConstants __byps__remoteT = (RemoteConstants)__byps__remote;
         BAsyncResultSendMethod <bool> __byps__outerResult = new BAsyncResultSendMethod <bool>(__byps__asyncResult, new byps.test.api.BResult_1());
         __byps__remoteT.Compare_AllTypesC(bool1sValue, bool2sValue, char1sValue, stringNullValue, char2sValue, short1sValue, int1sValue, long1sValue, float1sValue, double1sValue, string1sValue, ALLValue, arrIntValue, arrInt4Value, arrStringsValue, arrStrings4Value, arrAllValue, BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(false, e);
     }
 }