ITeamSystemTask.GetNextInterval Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'宣告
Function GetNextInterval ( _
lastInterval As Integer _
) As Integer
int GetNextInterval(
int lastInterval
)
int GetNextInterval(
int lastInterval
)
abstract GetNextInterval :
lastInterval:int -> int
function GetNextInterval(
lastInterval : int
) : int
Parameters
- lastInterval
Type: System.Int32
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.