Class AsyncContextExtensions
Inheritance
System.Object
AsyncContextExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.Async.dll
Syntax
public static class AsyncContextExtensions
Methods
|
Improve this Doc
View Source
CheckIfExistsNullable(IAsyncContext, IBaseObject)
Declaration
public static bool CheckIfExistsNullable(this IAsyncContext context, IBaseObject baseObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckIfExistsNullable(IAsyncContext, IEntity)
Declaration
public static bool CheckIfExistsNullable(this IAsyncContext context, IEntity entity)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckIfExistsNullable(IAsyncContext, IWorldObject)
Declaration
public static bool CheckIfExistsNullable(this IAsyncContext context, IWorldObject worldObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckIfExistsOrCachedNullable(IAsyncContext, IBaseObject)
Declaration
public static bool CheckIfExistsOrCachedNullable(this IAsyncContext context, IBaseObject baseObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckIfExistsOrCachedNullable(IAsyncContext, IEntity)
Declaration
public static bool CheckIfExistsOrCachedNullable(this IAsyncContext context, IEntity entity)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckIfExistsOrCachedNullable(IAsyncContext, IWorldObject)
Declaration
public static bool CheckIfExistsOrCachedNullable(this IAsyncContext context, IWorldObject worldObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RunOnMainThreadBlockingNullable(IAsyncContext, Action)
Declaration
public static void RunOnMainThreadBlockingNullable(this IAsyncContext context, Action action)
Parameters