JAMS Developer Guide
AverageLoad Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionHBaseGetStorageStatus Class : AverageLoad Property
The number of average requests per session.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Results")>
Public Property AverageLoad As System.Activities.OutArgument(Of Double)
'Usage
 
Dim instance As HDInsightSessionHBaseGetStorageStatus
Dim value As System.Activities.OutArgument(Of Double)
 
instance.AverageLoad = value
 
value = instance.AverageLoad
[System.ComponentModel.Category("Results")]
public System.Activities.OutArgument<double> AverageLoad {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HDInsightSessionHBaseGetStorageStatus Class
HDInsightSessionHBaseGetStorageStatus Members