Notify the provider that an object was created.
Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub SecurityObjectCreatedByClassId ( _
    requestContext As TeamFoundationRequestContext, _
    classId As String, _
    objectId As String, _
    securityToken As String, _
    projectId As Guid _
)
public void SecurityObjectCreatedByClassId(
    TeamFoundationRequestContext requestContext,
    string classId,
    string objectId,
    string securityToken,
    Guid projectId
)
public:
void SecurityObjectCreatedByClassId(
    TeamFoundationRequestContext^ requestContext, 
    String^ classId, 
    String^ objectId, 
    String^ securityToken, 
    Guid projectId
)
member SecurityObjectCreatedByClassId : 
        requestContext:TeamFoundationRequestContext * 
        classId:string * 
        objectId:string * 
        securityToken:string * 
        projectId:Guid -> unit
public function SecurityObjectCreatedByClassId(
    requestContext : TeamFoundationRequestContext, 
    classId : String, 
    objectId : String, 
    securityToken : String, 
    projectId : Guid
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- classId
 Type: System.String
- objectId
 Type: System.String
- securityToken
 Type: System.String
- projectId
 Type: System.Guid
.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.