IRebroadcastFormatProviderIsValidSendIntervalMilliseconds Method |
Returns true if the send interval passed across is acceptable.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsValidSendIntervalMilliseconds(
int sendIntervalMilliseconds
)
Function IsValidSendIntervalMilliseconds (
sendIntervalMilliseconds As Integer
) As Boolean
bool IsValidSendIntervalMilliseconds(
int sendIntervalMilliseconds
)
abstract IsValidSendIntervalMilliseconds :
sendIntervalMilliseconds : int -> bool
Parameters
- sendIntervalMilliseconds
- Type: SystemInt32
Return Value
Type:
BooleanSee Also