DataCacheTransportProperties.ChannelInitializationTimeout Property
Gets or sets the length of time to wait for a WCF channel initialization before timing out.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
public TimeSpan ChannelInitializationTimeout { get; set; }
public:
property TimeSpan ChannelInitializationTimeout {
TimeSpan get();
void set(TimeSpan value);
}
member ChannelInitializationTimeout : TimeSpan with get, set
Public Property ChannelInitializationTimeout As TimeSpan
Property Value
Type: System.TimeSpan
Returns TimeSpan.
See Also
DataCacheTransportProperties Class
Microsoft.ApplicationServer.Caching Namespace
Return to top