BuildStore.BeginGetChangeSetsForBuild Method

Namespace:  Microsoft.TeamFoundation.Build.Proxy
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Function BeginGetChangeSetsForBuild ( _
    buildUri As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As BuildStore 
Dim buildUri As String 
Dim callback As AsyncCallback 
Dim asyncState As Object 
Dim returnValue As IAsyncResult 

returnValue = instance.BeginGetChangeSetsForBuild(buildUri, _
    callback, asyncState)
public IAsyncResult BeginGetChangeSetsForBuild(
    string buildUri,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginGetChangeSetsForBuild(
    String^ buildUri, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
public function BeginGetChangeSetsForBuild(
    buildUri : String, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Parameters

Return Value

Type: System.IAsyncResult

.NET Framework Security

See Also

Reference

BuildStore Class

BuildStore Members

Microsoft.TeamFoundation.Build.Proxy Namespace