Can reuse the service proxy object?

in Help Center
My client want to invoke ICE service, my code reused the Communicator object, and could I reuse the service proxy object?
0
Best Answer
-
benoit Rennes, FranceAdministrators, ZeroC Staff Benoit FoucherOrganization: ZeroC, Inc.Project: Ice ZeroC Staff
Hi,
Sure, like the Ice communicator, proxies can be kept around for the lifetime of the program.
Cheers,
Benoit.0
Answers
Hi,
Sure, like the Ice communicator, proxies can be kept around for the lifetime of the program.
Cheers,
Benoit.
Thanks.