Share via


ContextManager.IsConnecting Property

Are we in the process on authentication to the default server on the background thread.

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

Syntax

'Declaration
Public ReadOnly Property IsConnecting As Boolean
public bool IsConnecting { get; }
public:
virtual property bool IsConnecting {
    bool get () sealed;
}
abstract IsConnecting : bool with get 
override IsConnecting : bool with get
final function get IsConnecting () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

Implements

ITeamFoundationConnectionManager.IsConnecting

.NET Framework Security

See Also

Reference

ContextManager Class

Microsoft.VisualStudio.Services.Integration Namespace