Invokes the method represented by the current System.Web.Services.Protocols.LogicalMethodInfo.
- target
- The instance of the object to invoke the method.
- values
- An argument list for the invoked method. This is an array of objects with the same number, order, and type as the parameters of the method. If the method does not require any parameters, the values parameter should be null.
An array of type object representing the return value and out parameters of the invoked method.