Search Results for

    Show / Hide Table of Contents

    Interface ICustomerQueuePriorityClient

    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public interface ICustomerQueuePriorityClient

    Methods

    GetCustomAsync(string, CancellationToken)

    Declaration
    Task<CustomerQueuePriorityConfiguration> GetCustomAsync(string customerId, CancellationToken cancellationToken = default)
    Parameters
    string customerId

    CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Task<CustomerQueuePriorityConfiguration>

    Exceptions
    ApiException

    A server side error occurred.

    PictureparkValidationException

    Validation exception

    PictureparkForbiddenException

    Forbidden

    PictureparkConflictException

    Version conflict

    PictureparkTooManyRequestsException

    Too many requests

    PictureparkException

    Internal server error

    PictureparkException

    Entity not found

    PictureparkNotFoundException

    Entity not found

    GetCustomForQueueAsync(string, string, CancellationToken)

    Declaration
    Task<QueuePriorityConfiguration> GetCustomForQueueAsync(string customerId, string queueFamily, CancellationToken cancellationToken = default)
    Parameters
    string customerId

    string queueFamily

    CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Task<QueuePriorityConfiguration>

    Exceptions
    ApiException

    A server side error occurred.

    PictureparkValidationException

    Validation exception

    PictureparkForbiddenException

    Forbidden

    PictureparkConflictException

    Version conflict

    PictureparkTooManyRequestsException

    Too many requests

    PictureparkException

    Internal server error

    PictureparkException

    Entity not found

    PictureparkNotFoundException

    Entity not found

    GetEffectiveAsync(string, CancellationToken)

    Declaration
    Task<CustomerQueuePriorityConfiguration> GetEffectiveAsync(string customerId, CancellationToken cancellationToken = default)
    Parameters
    string customerId

    CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Task<CustomerQueuePriorityConfiguration>

    Exceptions
    ApiException

    A server side error occurred.

    PictureparkValidationException

    Validation exception

    PictureparkForbiddenException

    Forbidden

    PictureparkConflictException

    Version conflict

    PictureparkTooManyRequestsException

    Too many requests

    PictureparkException

    Internal server error

    PictureparkException

    Entity not found

    PictureparkNotFoundException

    Entity not found

    GetEffectiveForQueueAsync(string, string, CancellationToken)

    Declaration
    Task<QueuePriorityConfiguration> GetEffectiveForQueueAsync(string customerId, string queueFamily, CancellationToken cancellationToken = default)
    Parameters
    string customerId

    string queueFamily

    CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Task<QueuePriorityConfiguration>

    Exceptions
    ApiException

    A server side error occurred.

    PictureparkValidationException

    Validation exception

    PictureparkForbiddenException

    Forbidden

    PictureparkConflictException

    Version conflict

    PictureparkTooManyRequestsException

    Too many requests

    PictureparkException

    Internal server error

    PictureparkException

    Entity not found

    PictureparkNotFoundException

    Entity not found

    ResetAllQueueConfigurationsAsync(string, CancellationToken)

    Declaration
    Task ResetAllQueueConfigurationsAsync(string customerId, CancellationToken cancellationToken = default)
    Parameters
    string customerId

    CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Task

    Exceptions
    ApiException

    A server side error occurred.

    PictureparkValidationException

    Validation exception

    PictureparkForbiddenException

    Forbidden

    PictureparkConflictException

    Version conflict

    PictureparkTooManyRequestsException

    Too many requests

    PictureparkException

    Internal server error

    PictureparkException

    Entity not found

    PictureparkNotFoundException

    Entity not found

    ResetQueueAsync(string, string, CancellationToken)

    Declaration
    Task<CustomerQueuePriorityConfiguration> ResetQueueAsync(string customerId, string queueFamily, CancellationToken cancellationToken = default)
    Parameters
    string customerId

    string queueFamily

    CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Task<CustomerQueuePriorityConfiguration>

    Exceptions
    ApiException

    A server side error occurred.

    PictureparkValidationException

    Validation exception

    PictureparkForbiddenException

    Forbidden

    PictureparkConflictException

    Version conflict

    PictureparkTooManyRequestsException

    Too many requests

    PictureparkException

    Internal server error

    PictureparkException

    Entity not found

    PictureparkNotFoundException

    Entity not found

    UpdateAsync(string, CustomerQueuePriorityConfiguration, CancellationToken)

    Declaration
    Task<CustomerQueuePriorityConfiguration> UpdateAsync(string customerId, CustomerQueuePriorityConfiguration updateRequest, CancellationToken cancellationToken = default)
    Parameters
    string customerId

    CustomerQueuePriorityConfiguration updateRequest

    CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Task<CustomerQueuePriorityConfiguration>

    Exceptions
    ApiException

    A server side error occurred.

    PictureparkValidationException

    Validation exception

    PictureparkForbiddenException

    Forbidden

    PictureparkConflictException

    Version conflict

    PictureparkTooManyRequestsException

    Too many requests

    PictureparkException

    Internal server error

    PictureparkException

    Entity not found

    PictureparkNotFoundException

    Entity not found

    UpdateForQueueAsync(string, string, QueuePriorityConfiguration, CancellationToken)

    Declaration
    Task<CustomerQueuePriorityConfiguration> UpdateForQueueAsync(string customerId, string queueFamily, QueuePriorityConfiguration updateRequest, CancellationToken cancellationToken = default)
    Parameters
    string customerId

    string queueFamily

    QueuePriorityConfiguration updateRequest

    CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Task<CustomerQueuePriorityConfiguration>

    Exceptions
    ApiException

    A server side error occurred.

    PictureparkValidationException

    Validation exception

    PictureparkForbiddenException

    Forbidden

    PictureparkConflictException

    Version conflict

    PictureparkTooManyRequestsException

    Too many requests

    PictureparkException

    Internal server error

    PictureparkException

    Entity not found

    PictureparkNotFoundException

    Entity not found

    Back to top Generated by DocFX