Click or drag to resize

WhoIsThereRequest Class

Allows any CFX endpoint to discover all of the other endpoints participating in this CFX network, and their capabilities. All other CFX endpoints matching the specified criteria must then respond to this broadcast. The response includes the endpoint's identity (CFX Handle), as well as the information needed to contact the endpoint.
{
  "SupportedTopicQueryType": "All",
  "SupportedTopics": [
    {
      "TopicName": "CFX.Production",
      "TopicSupportType": "Publisher",
      "SupportedMessages": []
    },
    {
      "TopicName": "CFX.Production.Appplication",
      "TopicSupportType": "Publisher",
      "SupportedMessages": []
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFXWhoIsThereRequest

Namespace: CFX
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class WhoIsThereRequest : CFXMessage

The WhoIsThereRequest type exposes the following members.

Constructors
 NameDescription
Public methodWhoIsThereRequest Default Constructor
Top
Properties
 NameDescription
Public propertySupportedTopicQueryType If the sender is interested only in certain types of endpoints, tbis property specifies how SupportedTopics list will be interpreted.
Public propertySupportedTopics An optional list of CFX topics. Only machines supporting any or all of these CFX topics will respond to this broadcast.
Top
See Also

Reference

CFX Namespace