Freigeben über


ITeamFoundationConnectionManager.IsConnecting Property

Returns true if an async connection is still running in the background.

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
ReadOnly Property IsConnecting As Boolean
bool IsConnecting { get; }
property bool IsConnecting {
    bool get ();
}
abstract IsConnecting : bool with get
function get IsConnecting () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ITeamFoundationConnectionManager Interface

Microsoft.VisualStudio.Services.Integration Namespace