Class VisitResult
Syntax
public class VisitResult : IDisposable
Properties
AllEvents
Declaration
public IEnumerable<VisitEvent> AllEvents { get; }
Property Value
Errors
Declaration
public IEnumerable<VisitEvent> Errors { get; }
Property Value
Exceptions
Declaration
public IEnumerable<VisitEvent> Exceptions { get; }
Property Value
Logs
Declaration
public IEnumerable<VisitEvent> Logs { get; }
Property Value
Succeeded
Declaration
public bool Succeeded { get; }
Property Value
Methods
AddError(String)
Declaration
public void AddError(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
AddException(Exception)
Declaration
public void AddException(Exception exception)
Parameters
AddLog(String)
Declaration
public void AddLog(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
Dispose()
Declaration
GetPooled()
Declaration
public static VisitResult GetPooled()
Returns
Throw()
Declaration
TransferEvents(VisitResult)
Declaration
public void TransferEvents(VisitResult result)
Parameters