Show / Hide Table of Contents

Class Timeout

Represents the API-timeout capability.

Inheritance
System.Object
Timeout
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Timeout : IXmlSerializable

Properties

Seconds

Gets or sets the # of seconds.

Declaration
public int ? Seconds { get; set; }
Property Value
System.Nullable<System.Int32>

Back to top Built by Itinero, MIT licensed.