Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Determines whether a handler is registered for the specified protocol.

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

Syntax

C#
public static bool IsHandlerRegistered(
	string protocolName
)

Parameters

protocolName
Type: System..::..String
Protocol name.

Return Value

true if a handler is registered for the specified protocol, otherwise false.

Exceptions

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

See Also