The NamedMapInvokableTKey, TValue, TParam, TResult generic type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Eval |
Returns the user defined Eval delegate which has to specified
in the public class constructor.
|
![]() | Merge |
Returns the Merge delegate defined as the method for merging
two invocation results into one.
|
![]() | ParameterCustomSerializer |
Returns CustomSerializerT for serializing and
deserializing the parameter object. If CustomSerializerT was not
not passed via public class constructor ,
the standard BinaryFormatter serializer will be used by default.
|
![]() | ResultCustomSerializer |
Returns CustomSerializerT for serializing and
deserializing the result object. If CustomSerializerT was not
not passed via public class constructor ,
the standard BinaryFormatter serializer will be used by default.
|
See Also