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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.