Search Results for

    Show / Hide Table of Contents

    Interface IWaitForControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IWaitForControllerApiSync.WaitFor(WaitForConditions, int)
    IWaitForControllerApiSync.WaitForWithHttpInfo(WaitForConditions, int)
    IWaitForControllerApiSync.WaitForEmailCount(Guid, int, long?, bool?, DateTime?, DateTime?, string, long?, int)
    IWaitForControllerApiSync.WaitForEmailCountWithHttpInfo(Guid, int, long?, bool?, DateTime?, DateTime?, string, long?, int)
    IWaitForControllerApiSync.WaitForLatestEmail(Guid?, long?, bool?, DateTime?, DateTime?, string, long?, int)
    IWaitForControllerApiSync.WaitForLatestEmailWithHttpInfo(Guid?, long?, bool?, DateTime?, DateTime?, string, long?, int)
    IWaitForControllerApiSync.WaitForLatestSms(WaitForSingleSmsOptions, int)
    IWaitForControllerApiSync.WaitForLatestSmsWithHttpInfo(WaitForSingleSmsOptions, int)
    IWaitForControllerApiSync.WaitForMatchingEmails(Guid, int, MatchOptions, DateTime?, DateTime?, string, long?, long?, bool?, int)
    IWaitForControllerApiSync.WaitForMatchingEmailsWithHttpInfo(Guid, int, MatchOptions, DateTime?, DateTime?, string, long?, long?, bool?, int)
    IWaitForControllerApiSync.WaitForMatchingFirstEmail(Guid, MatchOptions, long?, bool?, DateTime?, DateTime?, string, long?, int)
    IWaitForControllerApiSync.WaitForMatchingFirstEmailWithHttpInfo(Guid, MatchOptions, long?, bool?, DateTime?, DateTime?, string, long?, int)
    IWaitForControllerApiSync.WaitForNthEmail(Guid?, int?, long?, bool?, DateTime?, DateTime?, string, long?, int)
    IWaitForControllerApiSync.WaitForNthEmailWithHttpInfo(Guid?, int?, long?, bool?, DateTime?, DateTime?, string, long?, int)
    IWaitForControllerApiSync.WaitForSms(WaitForSmsConditions, int)
    IWaitForControllerApiSync.WaitForSmsWithHttpInfo(WaitForSmsConditions, int)
    IWaitForControllerApiAsync.WaitForAsync(WaitForConditions, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForWithHttpInfoAsync(WaitForConditions, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForEmailCountAsync(Guid, int, long?, bool?, DateTime?, DateTime?, string, long?, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForEmailCountWithHttpInfoAsync(Guid, int, long?, bool?, DateTime?, DateTime?, string, long?, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForLatestEmailAsync(Guid?, long?, bool?, DateTime?, DateTime?, string, long?, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForLatestEmailWithHttpInfoAsync(Guid?, long?, bool?, DateTime?, DateTime?, string, long?, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForLatestSmsAsync(WaitForSingleSmsOptions, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForLatestSmsWithHttpInfoAsync(WaitForSingleSmsOptions, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForMatchingEmailsAsync(Guid, int, MatchOptions, DateTime?, DateTime?, string, long?, long?, bool?, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForMatchingEmailsWithHttpInfoAsync(Guid, int, MatchOptions, DateTime?, DateTime?, string, long?, long?, bool?, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForMatchingFirstEmailAsync(Guid, MatchOptions, long?, bool?, DateTime?, DateTime?, string, long?, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForMatchingFirstEmailWithHttpInfoAsync(Guid, MatchOptions, long?, bool?, DateTime?, DateTime?, string, long?, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForNthEmailAsync(Guid?, int?, long?, bool?, DateTime?, DateTime?, string, long?, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForNthEmailWithHttpInfoAsync(Guid?, int?, long?, bool?, DateTime?, DateTime?, string, long?, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForSmsAsync(WaitForSmsConditions, int, CancellationToken)
    IWaitForControllerApiAsync.WaitForSmsWithHttpInfoAsync(WaitForSmsConditions, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IWaitForControllerApi : IWaitForControllerApiSync, IWaitForControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.