This documentation is archived and is not being maintained.

GetFilterCallback Delegate

This delegate type provides the ability to filter the results of a get after the server request but before the results are processed locally. See the Workspace Get() method.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

'Declaration
Public Delegate Sub GetFilterCallback ( _
	workspace As Workspace, _
	operations As ILocalUpdateOperation(), _
	userData As Object _
)
Show: