Search Results for

    Show / Hide Table of Contents

    Class ServiceProviderClient

    Inheritance
    object
    ServiceProviderClient
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class ServiceProviderClient : IAsyncDisposable

    Constructors

    ServiceProviderClient(Configuration)

    Declaration
    public ServiceProviderClient(Configuration configuration)
    Parameters
    Configuration configuration

    Methods

    DisposeAsync()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

    Declaration
    public ValueTask DisposeAsync()
    Returns
    ValueTask

    Implements
    IAsyncDisposable.DisposeAsync()

    GetLiveStreamObserver(int, int, CancellationToken)

    Declaration
    public Task<IObservable<EventPattern<EventArgsLiveStreamMessage>>> GetLiveStreamObserver(int bufferSize = 0, int delayMilliseconds = 0, CancellationToken cancellationToken = default)
    Parameters
    int bufferSize

    int delayMilliseconds

    CancellationToken cancellationToken

    Returns
    Task<IObservable<EventPattern<EventArgsLiveStreamMessage>>>

    Back to top Generated by DocFX