GraphClient.Timeout

GraphClient.Timeout property

Gets or sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds).

public virtual int Timeout { get; set; }

See Also