Class VisitResult | Properties | 0.10.4-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class VisitResult

    Inheritance
    Object
    VisitResult
    Namespace: Unity.Properties
    Syntax
    public class VisitResult : IDisposable

    Properties

    AllEvents

    Declaration
    public IEnumerable<VisitEvent> AllEvents { get; }
    Property Value
    Type Description
    IEnumerable<VisitEvent>

    Errors

    Declaration
    public IEnumerable<VisitEvent> Errors { get; }
    Property Value
    Type Description
    IEnumerable<VisitEvent>

    Exceptions

    Declaration
    public IEnumerable<VisitEvent> Exceptions { get; }
    Property Value
    Type Description
    IEnumerable<VisitEvent>

    Logs

    Declaration
    public IEnumerable<VisitEvent> Logs { get; }
    Property Value
    Type Description
    IEnumerable<VisitEvent>

    Succeeded

    Declaration
    public bool Succeeded { get; }
    Property Value
    Type Description
    Boolean

    Methods

    AddError(String)

    Declaration
    public void AddError(string message)
    Parameters
    Type Name Description
    String message

    AddException(Exception)

    Declaration
    public void AddException(Exception exception)
    Parameters
    Type Name Description
    Exception exception

    AddLog(String)

    Declaration
    public void AddLog(string message)
    Parameters
    Type Name Description
    String message

    Dispose()

    Declaration
    public void Dispose()

    GetPooled()

    Declaration
    public static VisitResult GetPooled()
    Returns
    Type Description
    VisitResult

    Throw()

    Declaration
    public void Throw()

    TransferEvents(VisitResult)

    Declaration
    public void TransferEvents(VisitResult result)
    Parameters
    Type Name Description
    VisitResult result
    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