Question: .NET Wrapper and Timeout Property

I would like the C# application to set a wait time before calling the mainframe service.
Is there a timeout property for .NET wrappers?

Thanks,
Rabia

Hello Rabia,

the Service class has a property Timeout to set or retrieve the timeout value for a given Service instance.

You’ll find it in 7.1.1.30 version of the EntireX documentation which is available on CD or via servline24.

Kind regards,
Rolf

Thanks Rolf,

The Documentation for version 7.1.1.30 indeed contains a lot more details for the EntireX .NET Wrapper.

Rabia