Begins an asynchronous invocation of the method represented by this System.Web.Services.Protocols.LogicalMethodInfo.
- target
- The instance of the object on which to invoke the method on.
- 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, values should be null.
- callback
- The delegate to call when the asynchronous invoke is complete. If callback is null, the delegate is not called.
- asyncState
- State information that is passed on to the delegate.
An IAsyncResult which is passed to LogicalMethodInfo.EndInvoke(object, IAsyncResult) to obtain the return values from the remote method call.