Esempio n. 1
0
File: TestI.cs Progetto: motuii/ice
    public void relayUnknownPreservedAsKnownPreserved(RelayPrx r, Ice.Current current)
    {
        RelayPrx p = RelayPrx.UncheckedCast(current.con.createProxy(r.Identity));

        p.unknownPreservedAsKnownPreserved();
        test(false);
    }
Esempio n. 2
0
    public void relayKnownPreservedAsBase(RelayPrx r, Ice.Current current)
    {
        RelayPrx p = RelayPrx.UncheckedCast(current.Connection.createProxy(r.Identity));

        p.knownPreservedAsBase();
        test(false);
    }
Esempio n. 3
0
    relayUnknownPreservedAsKnownPreservedAsync(RelayPrx r, Ice.Current current)
    {
        RelayPrx p = RelayPrx.UncheckedCast(current.Connection.createProxy(r.Identity));

        p.unknownPreservedAsKnownPreserved();
        test(false);
        return(null);
    }
Esempio n. 4
0
    relayKnownPreservedAsBaseAsync(RelayPrx r, Ice.Current current)
    {
        RelayPrx p = RelayPrx.UncheckedCast(current.con.createProxy(r.Identity));

        p.knownPreservedAsBase();
        test(false);
        return(null);
    }