BaseAsyncResult.IsCompleted Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public ReadOnly Property IsCompleted As Boolean
Get
public bool IsCompleted { get; }
public:
virtual property bool IsCompleted {
bool get () sealed;
}
abstract IsCompleted : bool
override IsCompleted : bool
final function get IsCompleted () : boolean
Property Value
Type: System.Boolean
Implements
.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.