Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- syncCycleStart
Type: System.DateTime
- syncCycleDuration
Type: System.TimeSpan
- syncsPerCycle
Type: System.Int32
.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.