Flows a GatewayRequest to the Gateway daemon.
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax
Parameters
- request
- Type: IBM.CTGGatewayRequest
The GatewayRequest to flow.
Return Value
Type: Int32The return code from the request. The possible values depend upon the type of GatewayRequest that was flowed.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The GatewayConnection has been closed. |
SocketException | The connection to the Gateway daemon has been lost. |
GatewayException | An error occurred within the Gateway daemon. |
See Also