Search Results for

    Show / Hide Table of Contents

    Interface ITrackingControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    ITrackingControllerApiSync.CreateTrackingPixel(CreateTrackingPixelOptions, int)
    ITrackingControllerApiSync.CreateTrackingPixelWithHttpInfo(CreateTrackingPixelOptions, int)
    ITrackingControllerApiSync.GetAllTrackingPixels(int?, int?, string, string, DateTime?, DateTime?, int)
    ITrackingControllerApiSync.GetAllTrackingPixelsWithHttpInfo(int?, int?, string, string, DateTime?, DateTime?, int)
    ITrackingControllerApiSync.GetTrackingPixel(Guid, int)
    ITrackingControllerApiSync.GetTrackingPixelWithHttpInfo(Guid, int)
    ITrackingControllerApiAsync.CreateTrackingPixelAsync(CreateTrackingPixelOptions, int, CancellationToken)
    ITrackingControllerApiAsync.CreateTrackingPixelWithHttpInfoAsync(CreateTrackingPixelOptions, int, CancellationToken)
    ITrackingControllerApiAsync.GetAllTrackingPixelsAsync(int?, int?, string, string, DateTime?, DateTime?, int, CancellationToken)
    ITrackingControllerApiAsync.GetAllTrackingPixelsWithHttpInfoAsync(int?, int?, string, string, DateTime?, DateTime?, int, CancellationToken)
    ITrackingControllerApiAsync.GetTrackingPixelAsync(Guid, int, CancellationToken)
    ITrackingControllerApiAsync.GetTrackingPixelWithHttpInfoAsync(Guid, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface ITrackingControllerApi : ITrackingControllerApiSync, ITrackingControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.