Search Results for

    Show / Hide Table of Contents

    Interface ICampaignProbeControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    ICampaignProbeControllerApiSync.CreateCampaignProbe(CreateCampaignProbeOptions, int)
    ICampaignProbeControllerApiSync.CreateCampaignProbeWithHttpInfo(CreateCampaignProbeOptions, int)
    ICampaignProbeControllerApiSync.DeleteCampaignProbe(Guid, int)
    ICampaignProbeControllerApiSync.DeleteCampaignProbeWithHttpInfo(Guid, int)
    ICampaignProbeControllerApiSync.GetCampaignProbe(Guid, int)
    ICampaignProbeControllerApiSync.GetCampaignProbeWithHttpInfo(Guid, int)
    ICampaignProbeControllerApiSync.GetCampaignProbeInsights(Guid, DateTime?, DateTime?, int)
    ICampaignProbeControllerApiSync.GetCampaignProbeInsightsWithHttpInfo(Guid, DateTime?, DateTime?, int)
    ICampaignProbeControllerApiSync.GetCampaignProbeRuns(Guid, DateTime?, DateTime?, string, int?, int)
    ICampaignProbeControllerApiSync.GetCampaignProbeRunsWithHttpInfo(Guid, DateTime?, DateTime?, string, int?, int)
    ICampaignProbeControllerApiSync.GetCampaignProbeSeries(Guid, DateTime?, DateTime?, string, int)
    ICampaignProbeControllerApiSync.GetCampaignProbeSeriesWithHttpInfo(Guid, DateTime?, DateTime?, string, int)
    ICampaignProbeControllerApiSync.GetCampaignProbes(int)
    ICampaignProbeControllerApiSync.GetCampaignProbesWithHttpInfo(int)
    ICampaignProbeControllerApiSync.RunCampaignProbeNow(Guid, CreateCampaignProbeRunOptions, int)
    ICampaignProbeControllerApiSync.RunCampaignProbeNowWithHttpInfo(Guid, CreateCampaignProbeRunOptions, int)
    ICampaignProbeControllerApiSync.RunDueCampaignProbes(int?, int)
    ICampaignProbeControllerApiSync.RunDueCampaignProbesWithHttpInfo(int?, int)
    ICampaignProbeControllerApiSync.UpdateCampaignProbe(Guid, UpdateCampaignProbeOptions, int)
    ICampaignProbeControllerApiSync.UpdateCampaignProbeWithHttpInfo(Guid, UpdateCampaignProbeOptions, int)
    ICampaignProbeControllerApiAsync.CreateCampaignProbeAsync(CreateCampaignProbeOptions, int, CancellationToken)
    ICampaignProbeControllerApiAsync.CreateCampaignProbeWithHttpInfoAsync(CreateCampaignProbeOptions, int, CancellationToken)
    ICampaignProbeControllerApiAsync.DeleteCampaignProbeAsync(Guid, int, CancellationToken)
    ICampaignProbeControllerApiAsync.DeleteCampaignProbeWithHttpInfoAsync(Guid, int, CancellationToken)
    ICampaignProbeControllerApiAsync.GetCampaignProbeAsync(Guid, int, CancellationToken)
    ICampaignProbeControllerApiAsync.GetCampaignProbeWithHttpInfoAsync(Guid, int, CancellationToken)
    ICampaignProbeControllerApiAsync.GetCampaignProbeInsightsAsync(Guid, DateTime?, DateTime?, int, CancellationToken)
    ICampaignProbeControllerApiAsync.GetCampaignProbeInsightsWithHttpInfoAsync(Guid, DateTime?, DateTime?, int, CancellationToken)
    ICampaignProbeControllerApiAsync.GetCampaignProbeRunsAsync(Guid, DateTime?, DateTime?, string, int?, int, CancellationToken)
    ICampaignProbeControllerApiAsync.GetCampaignProbeRunsWithHttpInfoAsync(Guid, DateTime?, DateTime?, string, int?, int, CancellationToken)
    ICampaignProbeControllerApiAsync.GetCampaignProbeSeriesAsync(Guid, DateTime?, DateTime?, string, int, CancellationToken)
    ICampaignProbeControllerApiAsync.GetCampaignProbeSeriesWithHttpInfoAsync(Guid, DateTime?, DateTime?, string, int, CancellationToken)
    ICampaignProbeControllerApiAsync.GetCampaignProbesAsync(int, CancellationToken)
    ICampaignProbeControllerApiAsync.GetCampaignProbesWithHttpInfoAsync(int, CancellationToken)
    ICampaignProbeControllerApiAsync.RunCampaignProbeNowAsync(Guid, CreateCampaignProbeRunOptions, int, CancellationToken)
    ICampaignProbeControllerApiAsync.RunCampaignProbeNowWithHttpInfoAsync(Guid, CreateCampaignProbeRunOptions, int, CancellationToken)
    ICampaignProbeControllerApiAsync.RunDueCampaignProbesAsync(int?, int, CancellationToken)
    ICampaignProbeControllerApiAsync.RunDueCampaignProbesWithHttpInfoAsync(int?, int, CancellationToken)
    ICampaignProbeControllerApiAsync.UpdateCampaignProbeAsync(Guid, UpdateCampaignProbeOptions, int, CancellationToken)
    ICampaignProbeControllerApiAsync.UpdateCampaignProbeWithHttpInfoAsync(Guid, UpdateCampaignProbeOptions, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface ICampaignProbeControllerApi : ICampaignProbeControllerApiSync, ICampaignProbeControllerApiAsync, IApiAccessor
    • View Source
    In this article
    Back to top See MailSlurp website for more information.