Class QueueClient
Data hub queue client
Inheritance
System.Object
QueueClient
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Cloud.API.DataHub
Assembly: Simplic.Cloud.API.DataHub.dll
Syntax
public class QueueClient : CRUDClientBase<QueueModel, Guid>, IDisposable
Constructors
| Improve this Doc View SourceQueueClient()
Initialize new client.
Declaration
public QueueClient()
QueueClient(IClient)
Initialize client and inherit the authentication
Declaration
public QueueClient(IClient client)
Parameters
Type | Name | Description |
---|---|---|
IClient | client | Client instance |
QueueClient(String)
Initialize client with different url. DefaultUrl
Declaration
public QueueClient(string url)
Parameters
Type | Name | Description |
---|---|---|
System.String | url | Unique url |
Properties
| Improve this Doc View SourceApi
Gets the api name (hr)
Declaration
protected override string Api { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Simplic.Cloud.API.CRUDClientBase<Simplic.Cloud.API.DataHub.QueueModel, Simplic.Cloud.API.DataHub.QueueModel, System.Guid>.Api
|
Improve this Doc
View Source
Controller
Gets the controller name (employee)
Declaration
protected override string Controller { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Simplic.Cloud.API.CRUDClientBase<Simplic.Cloud.API.DataHub.QueueModel, Simplic.Cloud.API.DataHub.QueueModel, System.Guid>.Controller
Methods
| Improve this Doc View SourceGetAllAsync()
Declaration
public virtual async Task<IList<QueueModel>> GetAllAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IList<QueueModel>> |
Implements
System.IDisposable