Click or drag to resize

AreYouThereResponse Class

[This is preliminary documentation and is subject to change.]

Allows any CFX endpoint to determine if another particular CFX endpoint is present on a CFX network. The response sends basic information about the endpoint, including its CFX Handle, and network hostname / address.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": null
  },
  "CFXHandle": "SMTPlus.Model_21232.SN23123",
  "RequestNetworkUri": "amqp://host33/",
  "RequestTargetAddress": "/queue/SN23123"
}
Inheritance Hierarchy

Namespace:  CFX
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class AreYouThereResponse : CFXMessage

The AreYouThereResponse type exposes the following members.

Properties
  NameDescription
Public propertyCFXHandle
The handle of the endpoint that is responding
Public propertyRequestNetworkUri
The network address / Uri to be used for requests to this endpoint
Public propertyRequestTargetAddress
The AMQP 1.0 target address to be used for requests to this endpoint
Public propertyResult
The result of the request
Top
See Also

Reference