Search Results for

    Show / Hide Table of Contents

    Class UserClient

    Inheritance
    System.Object
    ClientBase
    UserClient
    Inherited Members
    ClientBase.BaseUrl
    ClientBase.CreateHttpRequestMessageAsync(CancellationToken)
    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: System.Dynamic.ExpandoObject
    Syntax
    public class UserClient : ClientBase

    Constructors

    UserClient(ICloudManagerServiceSettings, Http.HttpClient)

    Declaration
    public UserClient(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

    FindByExternalIdsAsync(IEnumerable<String>, CancellationToken)

    Declaration
    public virtual async Task<ICollection<string>> FindByExternalIdsAsync(IEnumerable<string> externalIds, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.Collections.Generic.IEnumerable<System.String> externalIds

    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<System.Collections.Generic.ICollection<System.String>>

    GetAnonymousUserAsync(String, CancellationToken)

    Declaration
    public virtual async Task<UserWithRoles> GetAnonymousUserAsync(string alias, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.String alias

    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<UserWithRoles>

    GetUserDeveloperFlagAsync(String, String, CancellationToken)

    Declaration
    public virtual async Task<bool> GetUserDeveloperFlagAsync(string alias, string id, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.String alias

    System.String id

    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<System.Boolean>

    ReadObjectResponseAsync<T>(Http.HttpResponseMessage, IReadOnlyDictionary<String, IEnumerable<String>>, CancellationToken)

    Declaration
    protected virtual async Task<UserClient.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<UserClient.ObjectResponseResult<T>>

    Type Parameters
    T

    UpdateUserDeveloperFlagAsync(String, UserDeveloperFlagUpdateRequest, CancellationToken)

    Declaration
    public virtual async Task<bool> UpdateUserDeveloperFlagAsync(string alias, UserDeveloperFlagUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.String alias

    UserDeveloperFlagUpdateRequest request

    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<System.Boolean>

    Back to top Generated by DocFX