WebResourceGetFileHandle Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Resolves the System.IO.FileInfo handle for the supplied
resourceName.
Namespace:
Tangosol.IO.Resources
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected override FileInfo GetFileHandle(
string resourceName
)
Parameters
- resourceName
- Type: SystemString
The name of the file system resource.
Return Value
Type:
FileInfo
The
System.IO.FileInfo handle for this resource.
See Also