[This is preliminary documentation and is subject to change.]
Unregisters handler location returning true if it was found and removed. The Resolve must be not started yet. This method is NOT thread safe
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool UnregisterHandlerLocation(
string location
)
public bool UnregisterHandlerLocation(
string location
)
Public Function UnregisterHandlerLocation (
location As String
) As Boolean
Public Function UnregisterHandlerLocation (
location As String
) As Boolean
public:
virtual bool UnregisterHandlerLocation(
String^ location
) sealed
public:
virtual bool UnregisterHandlerLocation(
String^ location
) sealed
abstract UnregisterHandlerLocation :
location : string -> bool
override UnregisterHandlerLocation :
location : string -> bool abstract UnregisterHandlerLocation :
location : string -> bool
override UnregisterHandlerLocation :
location : string -> bool Return Value
Type:
BooleanImplements
ICRUDQueryResolver UnregisterHandlerLocation(String)