MetadataExchangeClient.OperationTimeout Property

Definition

Gets or sets the period of time within which the metadata must be downloaded before an exception is thrown.

public:
 property TimeSpan OperationTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan OperationTimeout { get; set; }
member this.OperationTimeout : TimeSpan with get, set
Public Property OperationTimeout As TimeSpan

Property Value

The period within which the metadata must be downloaded; the default is 1 minute.

Remarks

Use the OperationTimeout property to limit the amount of time the MetadataExchangeClient takes before ending the operation.

Applies to