Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected AbstractResource(
	string resourceName
)

Parameters

resourceName
Type: System..::..String
A String representing the resource.

Remarks

Since this is an abstract class it does not expose any public constructors.

Exceptions

ExceptionCondition
System..::..ArgumentNullException If resourceName is null or it contains only whitespace character(s).

See Also