timeout


Description:

public uint timeout { get; set; }

A timeout, in seconds, for network operations.

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

If the timeout is <code class="literal">0</code>, operations will never time out.