UserProfileChangeToken constructor (SPServiceContext, ProfileType)

Initializes a new instance of the UserProfileChangeToken class.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Sub New ( _
    serviceContext As SPServiceContext, _
    profileType As ProfileType _
)
'Usage
Dim serviceContext As SPServiceContext
Dim profileType As ProfileType

Dim instance As New UserProfileChangeToken(serviceContext, _
    profileType)
public UserProfileChangeToken(
    SPServiceContext serviceContext,
    ProfileType profileType
)

Parameters

See also

Reference

UserProfileChangeToken class

UserProfileChangeToken members

UserProfileChangeToken overload

Microsoft.Office.Server.UserProfiles namespace