TeamFoundationVersionControlService.Destroy Method (TeamFoundationRequestContext, ItemSpec, VersionSpec, VersionSpec, Int32, PathLength)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function Destroy ( _
requestContext As TeamFoundationRequestContext, _
item As ItemSpec, _
versionSpec As VersionSpec, _
stopAtSpec As VersionSpec, _
flags As Integer, _
maxClientPathLength As PathLength _
) As TeamFoundationDataReader
public TeamFoundationDataReader Destroy(
TeamFoundationRequestContext requestContext,
ItemSpec item,
VersionSpec versionSpec,
VersionSpec stopAtSpec,
int flags,
PathLength maxClientPathLength
)
public:
TeamFoundationDataReader^ Destroy(
TeamFoundationRequestContext^ requestContext,
ItemSpec^ item,
VersionSpec^ versionSpec,
VersionSpec^ stopAtSpec,
int flags,
PathLength maxClientPathLength
)
member Destroy :
requestContext:TeamFoundationRequestContext *
item:ItemSpec *
versionSpec:VersionSpec *
stopAtSpec:VersionSpec *
flags:int *
maxClientPathLength:PathLength -> TeamFoundationDataReader
public function Destroy(
requestContext : TeamFoundationRequestContext,
item : ItemSpec,
versionSpec : VersionSpec,
stopAtSpec : VersionSpec,
flags : int,
maxClientPathLength : PathLength
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- versionSpec
Type: Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
- stopAtSpec
Type: Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
- flags
Type: System.Int32
- maxClientPathLength
Type: Microsoft.TeamFoundation.VersionControl.Common.PathLength
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.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.