Click or drag to resize

RESTConnectorRequestOnResponse Property

The callback that is invoked when a response is received.

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public RESTConnectorResponseEvent OnResponse { get; set; }

Property Value

Type: RESTConnectorResponseEvent
See Also