Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
The BaseHierarchyNode.RefreshAsyncResult type exposes the following members.
Constructors
Name
Description
BaseHierarchyNode.RefreshAsyncResult
Infrastructure.
Top
Methods
Name
Description
Infrastructure.
Registers completion of the asynchronous operation by signaling the event and calling the callback method. (Inherited from BaseAsyncResult.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Infrastructure.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the user's state object. (Inherited from BaseAsyncResult.)
Gets the wait handle to signal when the async operation is done. (Inherited from BaseAsyncResult.)
Gets the result of whether or not the operation completed synchronously. (Inherited from BaseAsyncResult.)
Gets the exception object that was passed in upon Completion. (Inherited from BaseAsyncResult.)
Gets the result of whether or not the async operation has completed. (Inherited from BaseAsyncResult.)
Top