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)
Syntaxpublic static bool IsHandlerRegistered(
string protocolName
)
Parameters
- protocolName
- Type: SystemString
Protocol name.
Return Value
Type:
Booleantrue if a handler is registered for the specified
protocol, otherwise
false.
Exceptions
See Also