docs.unity3d.com
    Show / Hide Table of Contents

    Struct ServiceMessagingClientOptions

    A class to configure options for a IServiceMessagingClient

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.Cloud.Common
    Syntax
    public struct ServiceMessagingClientOptions

    Constructors

    ServiceMessagingClientOptions(IRetryPolicy)

    Initializes and returns an instance of ServiceMessagingClientOptions.

    Declaration
    public ServiceMessagingClientOptions(IRetryPolicy retryPolicy)
    Parameters
    Type Name Description
    IRetryPolicy retryPolicy

    The retry policy to use for the client.

    Properties

    RetryPolicy

    The IRetryPolicy to be used by the client.

    Declaration
    public readonly IRetryPolicy RetryPolicy { get; }
    Property Value
    Type Description
    IRetryPolicy

    Methods

    Default()

    Initializes and returns an instance of ServiceMessagingClientOptions with default settings.

    Declaration
    public static ServiceMessagingClientOptions Default()
    Returns
    Type Description
    ServiceMessagingClientOptions

    The specific client options.

    NoRetryOption()

    Initializes and returns an instance of ServiceMessagingClientOptions with no retry policy.

    Declaration
    public static ServiceMessagingClientOptions NoRetryOption()
    Returns
    Type Description
    ServiceMessagingClientOptions

    The specific client options.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023