LockTimer.TimeOut Method | |
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax METHOD TimeOut(
cFileName AS STRING,
nOffSet AS INT64,
nLen AS INT64
) AS LOGIC
public bool TimeOut(
string cFileName,
long nOffSet,
long nLen
)
Request Example
View SourceParameters
- cFileName
- Type: String
- nOffSet
- Type: Int64
- nLen
- Type: Int64
Return Value
Type:
LogicSee Also