Constructor for creating a SecurityChangeNotification for the SetPermissions call.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    namespaceId As Guid, _
    token As String, _
    permissions As List(Of AccessControlEntry), _
    merge As Boolean _
)
public SecurityChangedNotification(
    Guid namespaceId,
    string token,
    List<AccessControlEntry> permissions,
    bool merge
)
public:
SecurityChangedNotification(
    Guid namespaceId, 
    String^ token, 
    List<AccessControlEntry^>^ permissions, 
    bool merge
)
new : 
        namespaceId:Guid * 
        token:string * 
        permissions:List<AccessControlEntry> * 
        merge:bool -> SecurityChangedNotification
public function SecurityChangedNotification(
    namespaceId : Guid, 
    token : String, 
    permissions : List<AccessControlEntry>, 
    merge : boolean
)
Parameters
- namespaceId
 Type: System.Guid
- token
 Type: System.String
- permissions
 Type: System.Collections.Generic.List<AccessControlEntry>
- merge
 Type: System.Boolean
.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.
See Also
Reference
SecurityChangedNotification Class