Share via


IIdentitySynchronizer.SyncPropertiesPartial Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Sub SyncPropertiesPartial ( _
    requestContext As TeamFoundationRequestContext, _
    syncCycleStart As DateTime, _
    syncCycleDuration As TimeSpan, _
    syncsPerCycle As Integer _
)
void SyncPropertiesPartial(
    TeamFoundationRequestContext requestContext,
    DateTime syncCycleStart,
    TimeSpan syncCycleDuration,
    int syncsPerCycle
)
void SyncPropertiesPartial(
    TeamFoundationRequestContext^ requestContext, 
    DateTime syncCycleStart, 
    TimeSpan syncCycleDuration, 
    int syncsPerCycle
)
abstract SyncPropertiesPartial : 
        requestContext:TeamFoundationRequestContext * 
        syncCycleStart:DateTime * 
        syncCycleDuration:TimeSpan * 
        syncsPerCycle:int -> unit
function SyncPropertiesPartial(
    requestContext : TeamFoundationRequestContext, 
    syncCycleStart : DateTime, 
    syncCycleDuration : TimeSpan, 
    syncsPerCycle : int
)

Parameters

.NET Framework Security

See Also

Reference

IIdentitySynchronizer Interface

Microsoft.TeamFoundation.Framework.Server Namespace