ServerChannelSendTransaction Method (String, Object, Int32) |
Namespace: OBCOM.NetClient
The request data is converted to a string using the standard method ToString, therefore any object can be used as request data.
The service argument has one of the following formats:
{HostName.}ServerName.TranName {HostName.}ServerName.[TranCode]
where optional items are shown within "{" and "}" brackets, and the characters ".", "[" and "]" stand for themselves.
If the optional HostName is not specified, the default HostName is used. TranName is the name of the requested transaction, while TranCode is and alternative one-character identification of the same transaction. Either TranName or TranCode must be specified. Some examples:
ECUSER.[!] ACASER.ACA-TIME HUB.IMSER.AddContact
The timeout argument specifies the number of milliseconds to wait (more or less) for the reply message. If timeout is "0" (zero), however, the call simply waits forever for the reply message.