Object
, ISerializable
This class represents a call to a remotable procedure.
The string method_name contains something like "property1.property2.method0" which means that in the remote host the Dispatcher object has a property "property1", that has a property "property2", that has a remotable method "method0". The array _elements contains the parameters (in serialized form) of the method.