System.Web.Services.Protocols.LogicalMethodInfo.Invoke Method

Invokes the method represented by the current System.Web.Services.Protocols.LogicalMethodInfo.

Syntax

public object[] Invoke (object target, object[] values)

Parameters

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.

Returns

An array of type object representing the return value and out parameters of the invoked method.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0