Click or drag to resize

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)
Syntax
public Message SendTransaction(
	string service,
	Object request
)

Parameters

service
Type: SystemString
The name of the service
host.server.transaction
.
request
Type: SystemObject
The transaction request data for the service.

Return Value

Type: Message
The transaction reply message.
See Also