ServerChannelSendTransaction Method (String, Object) |
Sends an synchronous transaction request to the specified service using the supplied request data
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic Message SendTransaction(
string service,
Object request
)
Public Function SendTransaction (
service As String,
request As Object
) As Message
Parameters
- service
- Type: SystemString
The name of the service .
- request
- Type: SystemObject
The transaction request data for the service.
Return Value
Type:
Message
The transaction reply message.
See Also