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)

public delegate void GetFilterCallback(
	Workspace^ workspace, 
	array<ILocalUpdateOperation^>^ operations, 
	Object^ userData
)
Show: