BuildDetail.ICacheable.GetCachedSize Method

Gets the average size of this object in bytes.

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

Syntax

'Declaration
Private Function GetCachedSize As Integer 
    Implements ICacheable.GetCachedSize
int ICacheable.GetCachedSize()
private:
virtual int GetCachedSize() sealed = ICacheable::GetCachedSize
private abstract GetCachedSize : unit -> int  
private override GetCachedSize : unit -> int
JScript does not support explicit interface implementations.

Return Value

Type: System.Int32

Implements

ICacheable.GetCachedSize()

.NET Framework Security

See Also

Reference

BuildDetail Class

Microsoft.TeamFoundation.Build.Server Namespace