BaseHierarchyNode.RefreshAsyncResult Constructor
Initializes a new instance of the RefreshAsyncResult class.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
refreshNode As BaseHierarchyNode, _
userCallback As AsyncCallback, _
stateObject As Object _
)
public RefreshAsyncResult(
BaseHierarchyNode refreshNode,
AsyncCallback userCallback,
Object stateObject
)
public:
RefreshAsyncResult(
BaseHierarchyNode^ refreshNode,
AsyncCallback^ userCallback,
Object^ stateObject
)
new :
refreshNode:BaseHierarchyNode *
userCallback:AsyncCallback *
stateObject:Object -> RefreshAsyncResult
public function BaseHierarchyNode..::..RefreshAsyncResult(
refreshNode : BaseHierarchyNode,
userCallback : AsyncCallback,
stateObject : Object
)
Parameters
- refreshNode
Type: Microsoft.TeamFoundation.Common.BaseHierarchyNode
The BaseHierarchyNode object to track.
- userCallback
Type: System.AsyncCallback
The optional callback method.
- stateObject
Type: System.Object
An object representing the state of the node.
.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.