Miner.Responder.Framework.Requests Namespace > AverageOutageTimeRequest Class : AverageOutageTimeSpan Method |
'Declaration
Public Function AverageOutageTimeSpan( _ ByVal regionId As System.Integer, _ ByRef count As System.Integer, _ ByRef timeSpan As System.TimeSpan _ ) As System.Boolean
'Usage
Dim instance As AverageOutageTimeRequest Dim regionId As System.Integer Dim count As System.Integer Dim timeSpan As System.TimeSpan Dim value As System.Boolean value = instance.AverageOutageTimeSpan(regionId, count, timeSpan)
public System.bool AverageOutageTimeSpan( System.int regionId, out System.int count, out System.TimeSpan timeSpan )
public function AverageOutageTimeSpan( regionId: System.Integer; Out count: System.Integer; Out timeSpan: System.TimeSpan ): System.Boolean;
public function AverageOutageTimeSpan( regionId : System.int, count : System.int, timeSpan : System.TimeSpan ) : System.boolean;
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