Click or drag to resize

ResourceRegistryIsHandlerRegistered Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determines whether a handler is registered for the specified protocol.

Namespace:  Tangosol.IO.Resources
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static bool IsHandlerRegistered(
	string protocolName
)

Parameters

protocolName
Type: SystemString
Protocol name.

Return Value

Type: Boolean
true if a handler is registered for the specified protocol, otherwise false.
Exceptions
ExceptionCondition
ArgumentNullException If protocolName is null.
See Also