DataCacheTransportProperties.ReceiveTimeout Property

 

Gets or sets the length of time to wait for a request before aborting the channel.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

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

Property Value

Type: System.TimeSpan

Returns TimeSpan.

See Also

DataCacheTransportProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top