Interface IZoneHostReplicatorClient
Inherited Members
System.IDisposable.Dispose()
Namespace: Azos.Sky.Contracts
Assembly: Azos.Sky.dll
Syntax
public interface IZoneHostReplicatorClient : ISkyServiceClient, IDisposable, IZoneHostReplicator, ISkyService
Methods
Async_PostDynamicHostInfo(DynamicHostID, DateTime, String, Int32)
Declaration
CallSlot Async_PostDynamicHostInfo(DynamicHostID hid, DateTime stamp, string owner, int votes)
Parameters
| Type | Name | Description |
|---|---|---|
| DynamicHostID | hid | |
| System.DateTime | stamp | |
| System.String | owner | |
| System.Int32 | votes |
Returns
| Type | Description |
|---|---|
| CallSlot |
Async_PostHostInfo(HostInfo, Nullable<DynamicHostID>)
Declaration
CallSlot Async_PostHostInfo(HostInfo host, DynamicHostID? hid)
Parameters
| Type | Name | Description |
|---|---|---|
| HostInfo | host | |
| System.Nullable<DynamicHostID> | hid |
Returns
| Type | Description |
|---|---|
| CallSlot |