Class VisitEvent
Namespace: Unity.Properties
Syntax
public class VisitEvent : IDisposable
Properties
IsError
Declaration
public bool IsError { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsException
Declaration
public bool IsException { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsLog
Declaration
public bool IsLog { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Dispose()
Declaration
public void Dispose()
GetPooled()
Declaration
public static VisitEvent GetPooled()
Returns
Type | Description |
---|---|
VisitEvent |
Throw()
Declaration
public void Throw()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |