StructureChangedNotification Constructor

Creates the StructureChangedNotification for the sequence id

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

StructureChangedNotification Class

Microsoft.TeamFoundation.Integration.Server Namespace