The host base URLs for a custom environment. More...
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... | |
The host base URLs for a custom environment.
RealNetworks.ArgusKit.Hosts.Hosts | ( | Uri | covi, |
Uri | rncv, | ||
Uri | events, | ||
Uri | objects, | ||
Uri | virga | ||
) |
THe list of hosts that make up a cloud environment.
covi | the CoVi (face recognizer) host |
rncv | the face detector host |
events | the event processor host |
objects | the object storage host |
virga | the Virgo control and command server |
bool RealNetworks.ArgusKit.Hosts.Equals | ( | Hosts | other | ) |
Returns true if both objects are the same set of hosts.
other | the other hosts |
override bool RealNetworks.ArgusKit.Hosts.Equals | ( | object | obj | ) |
Returns true if both objects are the same set of hosts.
obj | the other hosts |
override int RealNetworks.ArgusKit.Hosts.GetHashCode | ( | ) |
Returns the hash code.
Returns true if both objects are a different set of hosts.
lhs | the hosts |
rhs | the other hosts |
Returns true if both objects are the same set of hosts.
lhs | the hosts |
rhs | the other hosts |
|
getset |
the CoVi (face recognizer) host
|
getset |
the event processor host
|
getset |
the object storage host
|
getset |
the face detector host
|
getset |
the Virgo control and command server