Struct DynamicHostID
Inherited Members
System.ValueType.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.Contracts
Assembly: Azos.Sky.dll
Syntax
[Serializable]
public struct DynamicHostID
Constructors
DynamicHostID(String, String)
Declaration
public DynamicHostID(string id, string zone)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
System.String | zone |
Fields
ID
Declaration
public readonly string ID
Field Value
Type | Description |
---|---|
System.String |
Zone
Declaration
public readonly string Zone
Field Value
Type | Description |
---|---|
System.String |
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.ValueType.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()