CustomUriLiteralParsers.RemoveCustomUriLiteralParser Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove the given custom 'IUriLiteralParser' form cache. It will be removed from both regular parsers and parsers registered with EdmType.
public static bool RemoveCustomUriLiteralParser (Microsoft.OData.UriParser.IUriLiteralParser customUriLiteralParser);
static member RemoveCustomUriLiteralParser : Microsoft.OData.UriParser.IUriLiteralParser -> bool
Public Shared Function RemoveCustomUriLiteralParser (customUriLiteralParser As IUriLiteralParser) As Boolean
Parameters
- customUriLiteralParser
- IUriLiteralParser
The custom uri type parser to remove
Returns
'False' if the given parser to remove doesn't exist. 'True' if the parser has successfully removed
Exceptions
Uri literal parser is null