SAFR Windows SDK
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
RealNetworks.ArgusKit.Hosts Class Reference

The host base URLs for a custom environment. More...

Inheritance diagram for RealNetworks.ArgusKit.Hosts:

Public Member Functions

 Hosts (Uri covi, Uri rncv, Uri events, Uri objects, Uri virga)
 THe list of hosts that make up a cloud environment. More...
 
override int GetHashCode ()
 Returns the hash code. More...
 
override bool Equals (object obj)
 Returns true if both objects are the same set of hosts. More...
 
bool Equals (Hosts other)
 Returns true if both objects are the same set of hosts. More...
 

Static Public Member Functions

static bool operator== (Hosts lhs, Hosts rhs)
 Returns true if both objects are the same set of hosts. More...
 
static bool operator!= (Hosts lhs, Hosts rhs)
 Returns true if both objects are a different set of hosts. More...
 

Properties

Uri Covi [get, set]
 the CoVi (face recognizer) host More...
 
Uri Rncv [get, set]
 the face detector host More...
 
Uri Events [get, set]
 the event processor host More...
 
Uri Objects [get, set]
 the object storage host More...
 
Uri Virga [get, set]
 the Virgo control and command server More...
 

Detailed Description

The host base URLs for a custom environment.

Constructor & Destructor Documentation

◆ Hosts()

RealNetworks.ArgusKit.Hosts.Hosts ( Uri  covi,
Uri  rncv,
Uri  events,
Uri  objects,
Uri  virga 
)

THe list of hosts that make up a cloud environment.

Parameters
covithe CoVi (face recognizer) host
rncvthe face detector host
eventsthe event processor host
objectsthe object storage host
virgathe Virgo control and command server

Member Function Documentation

◆ Equals() [1/2]

bool RealNetworks.ArgusKit.Hosts.Equals ( Hosts  other)

Returns true if both objects are the same set of hosts.

Parameters
otherthe other hosts
Returns
true if the same; false otherwise

◆ Equals() [2/2]

override bool RealNetworks.ArgusKit.Hosts.Equals ( object  obj)

Returns true if both objects are the same set of hosts.

Parameters
objthe other hosts
Returns
true if the same; false otherwise

◆ GetHashCode()

override int RealNetworks.ArgusKit.Hosts.GetHashCode ( )

Returns the hash code.

Returns
the hash code

◆ operator!=()

static bool RealNetworks.ArgusKit.Hosts.operator!= ( Hosts  lhs,
Hosts  rhs 
)
static

Returns true if both objects are a different set of hosts.

Parameters
lhsthe hosts
rhsthe other hosts
Returns
true if different; false otherwise

◆ operator==()

static bool RealNetworks.ArgusKit.Hosts.operator== ( Hosts  lhs,
Hosts  rhs 
)
static

Returns true if both objects are the same set of hosts.

Parameters
lhsthe hosts
rhsthe other hosts
Returns
true if the same; false otherwise

Property Documentation

◆ Covi

Uri RealNetworks.ArgusKit.Hosts.Covi
getset

the CoVi (face recognizer) host

◆ Events

Uri RealNetworks.ArgusKit.Hosts.Events
getset

the event processor host

◆ Objects

Uri RealNetworks.ArgusKit.Hosts.Objects
getset

the object storage host

◆ Rncv

Uri RealNetworks.ArgusKit.Hosts.Rncv
getset

the face detector host

◆ Virga

Uri RealNetworks.ArgusKit.Hosts.Virga
getset

the Virgo control and command server