ControllerDelegate Class |
Namespace: Crosser.Common.Server
public class ControllerDelegate
The ControllerDelegate type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerDelegate | Initializes a new instance of the ControllerDelegate class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DefaultValue |
Default value for the parameter
| |
| Delegate |
The delegate
| |
| DelegateType |
The method signature described as a enum
| |
| HasAccess |
True if the client has access
| |
| ParameterName |
The parameter name
| |
| ParameterType |
The parameter type
| |
| ReturnType |
The return type
| |
| RunSynchronously |
If true the execution will be synchron and no other calls will be executed for the current client until completion of this call
| |
| SerializeParameter |
True if the parameter needs to be serialized
| |
| Serializer |
The serializer, default is 'json'
| |
| SerializeReturnValue |
True if the return value need to be serialized
|