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.
Until this object is disposed, the asynchronous scanner on the attached workspace will be suppressed, if it is active. See Workspace.IsAsynchronous for more information.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
toSuppress As Workspace _
)
public WorkspaceSuppressAsynchronousScanner(
Workspace toSuppress
)
public:
WorkspaceSuppressAsynchronousScanner(
Workspace^ toSuppress
)
new :
toSuppress:Workspace -> WorkspaceSuppressAsynchronousScanner
public function WorkspaceSuppressAsynchronousScanner(
toSuppress : Workspace
)
Parameters
toSuppress
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceWorkspace whose asynchronous scanner should be suppressed
.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.