ByteRange Constructor (Int64, Int64) |
Constructor
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic ByteRange(
long start,
long end
)
Parameters
- start
- Type: SystemInt64
Start position - end
- Type: SystemInt64
End position
See Also