Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Accessor for CancelableAsyncResult. Can be used to access the state of the asynchronous operation or cancel the result.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Class CancelableAsyncResult _
Implements ICancelableAsyncResult, IAsyncResult
'Usage
Dim instance As CancelableAsyncResult
public class CancelableAsyncResult : ICancelableAsyncResult,
IAsyncResult
public ref class CancelableAsyncResult : ICancelableAsyncResult,
IAsyncResult
public class CancelableAsyncResult implements ICancelableAsyncResult, IAsyncResult
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Client.CancelableAsyncResult
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.