AbstractResource Constructor |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Constructor that takes resource name and creates a new instance
of the AbstractResource class.
Namespace:
Tangosol.IO.Resources
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected AbstractResource(
string resourceName
)
Parameters
- resourceName
- Type: SystemString
A String representing the resource.
ExceptionsException | Condition |
---|
ArgumentNullException |
If resourceName is null or
it contains only whitespace character(s).
|
Remarks
Since this is an abstract class it does not expose
any public constructors.
See Also