Share via


UserProfileChangeToken constructor (Int64, DateTime)

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 ( _
    eventId As Long, _
    changeTime As DateTime _
)
'Usage
Dim eventId As Long
Dim changeTime As DateTime

Dim instance As New UserProfileChangeToken(eventId, _
    changeTime)
public UserProfileChangeToken(
    long eventId,
    DateTime changeTime
)

Parameters

See also

Reference

UserProfileChangeToken class

UserProfileChangeToken members

UserProfileChangeToken overload

Microsoft.Office.Server.UserProfiles namespace