Search Results for

    Show / Hide Table of Contents

    Class EnvironmentProcessClient

    Inheritance
    System.Object
    ClientBase
    EnvironmentProcessClient
    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 EnvironmentProcessClient : ClientBase

    Constructors

    EnvironmentProcessClient(ICloudManagerServiceSettings, Http.HttpClient)

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

    AcknowledgeAsync(String, CancellationToken)

    Declaration
    public virtual async Task AcknowledgeAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    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

    CancelAsync(String, CancellationToken)

    Declaration
    public virtual async Task CancelAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    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

    GetAsync(String, CancellationToken)

    Declaration
    public virtual async Task<EnvironmentProcess> GetAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    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<EnvironmentProcess>

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

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

    Type Parameters
    T

    SearchAsync(EnvironmentProcessSearchRequest, CancellationToken)

    Declaration
    public virtual async Task<EnvironmentProcessSearchResult> SearchAsync(EnvironmentProcessSearchRequest request, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    EnvironmentProcessSearchRequest 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<EnvironmentProcessSearchResult>

    WaitForLifeCyclesAsync(String, IEnumerable<EnvironmentProcessLifeCycle>, Nullable<TimeSpan>, CancellationToken)

    Declaration
    public virtual async Task<EnvironmentProcessWaitResult> WaitForLifeCyclesAsync(string id, IEnumerable<EnvironmentProcessLifeCycle> lifeCycles = null, TimeSpan? timeout = null, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    System.String id

    System.Collections.Generic.IEnumerable<EnvironmentProcessLifeCycle> lifeCycles

    System.Nullable<System.TimeSpan> timeout

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

    Back to top Generated by DocFX