Changeset.GetCachedSize Method

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

Syntax

'Declaration
Public Function GetCachedSize As Integer
public int GetCachedSize()
public:
virtual int GetCachedSize() sealed
abstract GetCachedSize : unit -> int  
override GetCachedSize : unit -> int
public final function GetCachedSize() : int

Return Value

Type: System.Int32
Returns Int32.

Implements

ICacheable.GetCachedSize()

.NET Framework Security

See Also

Reference

Changeset Class

Microsoft.TeamFoundation.VersionControl.Server Namespace