Class CustomerQueuePriorityClient
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
public class CustomerQueuePriorityClient : ClientBase
Constructors
CustomerQueuePriorityClient(ICloudManagerServiceSettings, Http.HttpClient)
Declaration
public CustomerQueuePriorityClient(ICloudManagerServiceSettings configuration, Http.HttpClient httpClient)
Parameters
Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Picturepark.SDK.V1.CloudManager.ICloudManagerServiceSettings
configuration
|
System.Net.Http.HttpClient
httpClient
|
Properties
JsonSerializerSettings
Declaration
protected Newtonsoft.Json.JsonSerializerSettings JsonSerializerSettings { get; }
Property Value
Newtonsoft.Json.JsonSerializerSettings
|
ReadResponseAsString
Declaration
public bool ReadResponseAsString { get; set; }
Property Value
System.Boolean
|
Methods
GetCustomAsync(String, CancellationToken)
Declaration
public virtual async Task<CustomerQueuePriorityConfiguration> GetCustomAsync(string customerId, CancellationToken cancellationToken = default(CancellationToken))
Parameters
System.String
customerId
|
System.Threading.CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
System.Threading.Tasks.Task<CustomerQueuePriorityConfiguration>
|
GetCustomForQueueAsync(String, String, CancellationToken)
Declaration
public virtual async Task<QueuePriorityConfiguration> GetCustomForQueueAsync(string customerId, string queueFamily, CancellationToken cancellationToken = default(CancellationToken))
Parameters
System.String
customerId
|
System.String
queueFamily
|
System.Threading.CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
System.Threading.Tasks.Task<QueuePriorityConfiguration>
|
GetEffectiveAsync(String, CancellationToken)
Declaration
public virtual async Task<CustomerQueuePriorityConfiguration> GetEffectiveAsync(string customerId, CancellationToken cancellationToken = default(CancellationToken))
Parameters
System.String
customerId
|
System.Threading.CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
System.Threading.Tasks.Task<CustomerQueuePriorityConfiguration>
|
GetEffectiveForQueueAsync(String, String, CancellationToken)
Declaration
public virtual async Task<QueuePriorityConfiguration> GetEffectiveForQueueAsync(string customerId, string queueFamily, CancellationToken cancellationToken = default(CancellationToken))
Parameters
System.String
customerId
|
System.String
queueFamily
|
System.Threading.CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
System.Threading.Tasks.Task<QueuePriorityConfiguration>
|
ReadObjectResponseAsync<T>(Http.HttpResponseMessage, IReadOnlyDictionary<String, IEnumerable<String>>, CancellationToken)
Declaration
protected virtual async Task<CustomerQueuePriorityClient.ObjectResponseResult<T>> ReadObjectResponseAsync<T>(Http.HttpResponseMessage response, IReadOnlyDictionary<string, IEnumerable<string>> headers, CancellationToken cancellationToken)
Parameters
System.Net.Http.HttpResponseMessage
response
|
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>>
headers
|
System.Threading.CancellationToken
cancellationToken
|
Returns
System.Threading.Tasks.Task<CustomerQueuePriorityClient.ObjectResponseResult<T>>
|
Type Parameters
T
|
ResetAllQueueConfigurationsAsync(String, CancellationToken)
Declaration
public virtual async Task ResetAllQueueConfigurationsAsync(string customerId, CancellationToken cancellationToken = default(CancellationToken))
Parameters
System.String
customerId
|
System.Threading.CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
System.Threading.Tasks.Task
|
ResetQueueAsync(String, String, CancellationToken)
Declaration
public virtual async Task<CustomerQueuePriorityConfiguration> ResetQueueAsync(string customerId, string queueFamily, CancellationToken cancellationToken = default(CancellationToken))
Parameters
System.String
customerId
|
System.String
queueFamily
|
System.Threading.CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
System.Threading.Tasks.Task<CustomerQueuePriorityConfiguration>
|
UpdateAsync(String, CustomerQueuePriorityConfiguration, CancellationToken)
Declaration
public virtual async Task<CustomerQueuePriorityConfiguration> UpdateAsync(string customerId, CustomerQueuePriorityConfiguration updateRequest, CancellationToken cancellationToken = default(CancellationToken))
Parameters
System.String
customerId
|
CustomerQueuePriorityConfiguration
updateRequest
|
System.Threading.CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
System.Threading.Tasks.Task<CustomerQueuePriorityConfiguration>
|
UpdateForQueueAsync(String, String, QueuePriorityConfiguration, CancellationToken)
Declaration
public virtual async Task<CustomerQueuePriorityConfiguration> UpdateForQueueAsync(string customerId, string queueFamily, QueuePriorityConfiguration updateRequest, CancellationToken cancellationToken = default(CancellationToken))
Parameters
System.String
customerId
|
System.String
queueFamily
|
QueuePriorityConfiguration
updateRequest
|
System.Threading.CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
System.Threading.Tasks.Task<CustomerQueuePriorityConfiguration>
|