Click or drag to resize

ControllerDelegate Fields

The ControllerDelegate type exposes the following members.

Fields
  NameDescription
Public fieldDefaultValue
Default value for the parameter
Public fieldDelegate
The delegate
Public fieldDelegateType
The method signature described as a enum
Public fieldHasAccess
True if the client has access
Public fieldParameterName
The parameter name
Public fieldParameterType
The parameter type
Public fieldReturnType
The return type
Public fieldRunSynchronously
If true the execution will be synchron and no other calls will be executed for the current client until completion of this call
Public fieldSerializeParameter
True if the parameter needs to be serialized
Public fieldSerializer
The serializer, default is 'json'
Public fieldSerializeReturnValue
True if the return value need to be serialized
Top
See Also