Share via


ProviderConnector<T>.ConnectionTimeoutNotification Property

 

Gets or sets the timeout notification.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public TimeSpan ConnectionTimeoutNotification { get; set; }
public:
property TimeSpan ConnectionTimeoutNotification {
    TimeSpan get();
    void set(TimeSpan value);
}
Public Property ConnectionTimeoutNotification As TimeSpan

Property Value

Type: System.TimeSpan

An instance of TimeSpan.

See Also

ProviderConnector<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top