ArtifactSpec.GetCachedSize Method

Used to determine how large a property is for streaming memory consumption.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.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 the approximate memory size of this object

Implements

ICacheable.GetCachedSize()

.NET Framework Security

See Also

Reference

ArtifactSpec Class

Microsoft.TeamFoundation.Framework.Server Namespace