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)

public:
property TimeSpan ChannelInitializationTimeout {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

Returns TimeSpan.

Return to top
Show: