procedure SendObj(const MethodName: string; const Args: array of TObject);

 

Description

The SendObj method invokes a hub method on the server using the specified method name and arguments. The SendObj 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

Invoke

Register

Send

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support