TeamFoundationRequestContext.PartialResultsReady Method

PartialResultsReady is called when the command is executing and the command has determined that enough of the result is ready but not all of it. This implies that the caller may start accessing data but there is more data for the response than is currently available.

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

Syntax

'Declaration
Public Overridable Sub PartialResultsReady
public virtual void PartialResultsReady()
public:
virtual void PartialResultsReady()
abstract PartialResultsReady : unit -> unit  
override PartialResultsReady : unit -> unit
public function PartialResultsReady()

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace