Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Returns resource handler for the protocol name specified.

Namespace: Tangosol.IO.Resources
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static ConstructorInfo GetHandler(
	string protocolName
)

Parameters

protocolName
Type: System..::..String
Protocol name of the resource.

Return Value

ConstructorInfo object that is handler constructor for the specified protocol name.

Exceptions

ExceptionCondition
System..::..ArgumentNullException If protocolName is null.

See Also