Click or drag to resize

RESTConnectorResponseEvent Delegate

This delegate type is declared for a Response handler function.

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void ResponseEvent(
	RESTConnectorRequest req,
	RESTConnectorResponse resp
)

Parameters

req
Type: IBM.Watson.DeveloperCloud.ConnectionRESTConnectorRequest
The original request object.
resp
Type: IBM.Watson.DeveloperCloud.ConnectionRESTConnectorResponse
The response object.
See Also