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 NETWORK_ERROR will be returned.

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