コード例 #1
0
ファイル: TestI.cs プロジェクト: zhangtianshan/ice
    public override void waitForHeartbeat(int count, Ice.Current current)
    {
        ConnectionCallbackI callback = new ConnectionCallbackI();

        current.con.setCallback(callback);
        callback.waitForCount(count);
    }
コード例 #2
0
ファイル: TestI.cs プロジェクト: RichardChengshaojin/ice
    public override void waitForHeartbeat(int count, Ice.Current current)
    {


        ConnectionCallbackI callback = new ConnectionCallbackI();
        current.con.setCallback(callback);
        callback.waitForCount(count);
    }