  | DfsClientGetLocationsForOffset Method | 
            Gets the location where the part of the file beginning with the specified offset is stored.
            
Namespace: Ookii.Jumbo.Dfs.FileSystemAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic IEnumerable<string> GetLocationsForOffset(
	JumboFile file,
	long offset
)
Public Function GetLocationsForOffset ( 
	file As JumboFile,
	offset As Long
) As IEnumerable(Of String)
public:
virtual IEnumerable<String^>^ GetLocationsForOffset(
	JumboFile^ file, 
	long long offset
) sealed
abstract GetLocationsForOffset : 
        file : JumboFile * 
        offset : int64 -> IEnumerable<string> 
override GetLocationsForOffset : 
        file : JumboFile * 
        offset : int64 -> IEnumerable<string> Parameters
- file  JumboFile
 - The file.
 - offset  Int64
 - The offset.
 
Return Value
IEnumerableString
            The host name of the location.
            
Implements
IFileSystemWithLocalityGetLocationsForOffset(JumboFile, Int64)
See Also