CheckCapabilityHandler Delegate

A delegate type that defines capability checking callback.

Use dark colors for code blocksCopy
1
2
3
4
5
6
public delegate bool CheckCapabilityHandler(string configCapabilities,
        string requiredCapability,
        object resourceOrOperation,
        NameValueCollection boundVariables,
        JsonObject operInput,
        string requestProperties );
ParamterDescription
configCapabilitiesConfiguration capabilities passed with the request.
requiredCapabilityCapabilities defined for the given resource/operation.
resourceOrOperationResource or operation passed with the request.
boundVariablesA collection of the IDs of sub-resources in collection resources (e.g. The bound variable "LayersID" for a collection resource called "Layers" contains the ID of the sub-resource.)
operInputJsonObject of the operation inputs.
requestPropertiesWell-known properties of the request.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.