CodeChurnCompletedNotification Constructor

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

Syntax

'Declaration
Public Sub New ( _
    maxChangesetWithChurn As Integer _
)
public CodeChurnCompletedNotification(
    int maxChangesetWithChurn
)
public:
CodeChurnCompletedNotification(
    int maxChangesetWithChurn
)
new : 
        maxChangesetWithChurn:int -> CodeChurnCompletedNotification
public function CodeChurnCompletedNotification(
    maxChangesetWithChurn : int
)

Parameters

.NET Framework Security

See Also

Reference

CodeChurnCompletedNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace