procedure Send(const MethodName: string; const Args: array of Variant);
Description
The Send method invokes a hub method on the server using the specified method name and arguments. The Send method, unlike Invoke, does not wait for a response from the receiver.
MethodName is the name of the server method to invoke.
Args are the arguments used to invoke the server method.
See Also