TeamFoundationFileService.ComputePendingDelta Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub ComputePendingDelta ( _
requestContext As TeamFoundationRequestContext, _
newFileId As Integer, _
oldFileId As Integer, _
maxDeltaChainLength As Integer _
)
public void ComputePendingDelta(
TeamFoundationRequestContext requestContext,
int newFileId,
int oldFileId,
int maxDeltaChainLength
)
public:
void ComputePendingDelta(
TeamFoundationRequestContext^ requestContext,
int newFileId,
int oldFileId,
int maxDeltaChainLength
)
member ComputePendingDelta :
requestContext:TeamFoundationRequestContext *
newFileId:int *
oldFileId:int *
maxDeltaChainLength:int -> unit
public function ComputePendingDelta(
requestContext : TeamFoundationRequestContext,
newFileId : int,
oldFileId : int,
maxDeltaChainLength : int
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- newFileId
Type: System.Int32
- oldFileId
Type: System.Int32
- maxDeltaChainLength
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.