timeout


Description:

[ Version ( since = "0.7.0" ) ]
public uint timeout { get; set; }

A timeout, in seconds, for network operations.

If the timeout is exceeded, the operation will be cancelled and NETWORK_ERROR will be returned.

If the timeout is 0, operations will never time out.

Note that if a Authorizer is being used with this Service, the authorizer might also need its timeout setting.