Sets the position within the current stream to the specified value.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 13.0.131
Syntax public override long Seek(
long offset,
SeekOrigin loc
)
Parameters
- offset
- Type: SystemInt64
Offset - loc
- Type: System.IOSeekOrigin
Location
Return Value
Type:
Int64See Also