DelegatingStream.CanTimeout Property
Namespace: Microsoft.ServiceBus.Channels
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
public override bool CanTimeout { get; }
public:
property bool CanTimeout {
virtual bool get() override;
}
override CanTimeout : bool with get
Public Overrides ReadOnly Property CanTimeout As Boolean
Property Value
Type: System.Boolean
See Also
DelegatingStream Class
Microsoft.ServiceBus.Channels Namespace
Return to top