Interface IAsyncContext
Inherited Members
System.IAsyncDisposable.DisposeAsync()
Assembly: AltV.Net.Async.dll
Syntax
public interface IAsyncContext : IAsyncDisposable
Methods
|
Improve this Doc
View Source
CheckIfExists(IBaseObject)
Declaration
bool CheckIfExists(IBaseObject baseObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckIfExists(IEntity)
Declaration
bool CheckIfExists(IEntity entity)
Parameters
Type |
Name |
Description |
IEntity |
entity |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckIfExists(IWorldObject)
Declaration
bool CheckIfExists(IWorldObject worldObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckIfExistsOrCached(IBaseObject)
Declaration
bool CheckIfExistsOrCached(IBaseObject baseObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckIfExistsOrCached(IEntity)
Declaration
bool CheckIfExistsOrCached(IEntity entity)
Parameters
Type |
Name |
Description |
IEntity |
entity |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckIfExistsOrCached(IWorldObject)
Declaration
bool CheckIfExistsOrCached(IWorldObject worldObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Enqueue(Action)
Declaration
void Enqueue(Action action)
Parameters
Type |
Name |
Description |
System.Action |
action |
|
|
Improve this Doc
View Source
RunAll()
Declaration
|
Improve this Doc
View Source
RunOnMainThreadBlocking(Action)
Declaration
void RunOnMainThreadBlocking(Action action)
Parameters
Type |
Name |
Description |
System.Action |
action |
|
|
Improve this Doc
View Source
RunOnMainThreadBlockingAndRunAll(Action)
Declaration
void RunOnMainThreadBlockingAndRunAll(Action action)
Parameters
Type |
Name |
Description |
System.Action |
action |
|
Extension Methods