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

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

Syntax

C#
public static void RegisterHandler(
	string protocolName,
	Type handlerType
)

Parameters

protocolName
Type: System..::..String
The name of the protocol to register handler for.
handlerType
Type: System..::..Type
Resource handler type to use for the specified protocol.

Exceptions

ExceptionCondition
System..::..ArgumentException If the specified type does not have a constructor that accepts a single argument of String type.

See Also