Interface IAsyncBaseObjectCallback<TBaseObject>
Namespace: AltV.Net.Elements.Pools
Assembly: AltV.Net.dll
Syntax
public interface IAsyncBaseObjectCallback<in TBaseObject>
where TBaseObject : IBaseObject
Type Parameters
| Name | Description |
|---|---|
| TBaseObject |
Methods
| Improve this Doc View SourceOnBaseObject(TBaseObject)
Declaration
Task OnBaseObject(TBaseObject baseObject)
Parameters
| Type | Name | Description |
|---|---|---|
| TBaseObject | baseObject |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |